llvm-project/libunwind
Petr Hosek 22acda48ff [CMake] Cache the compiler-rt library search results
There's a lot of duplicated calls to find various compiler-rt libraries
from build of runtime libraries like libunwind, libc++, libc++abi and
compiler-rt. The compiler-rt helper module already implemented caching
for results avoid repeated Clang invocations.

This change moves the compiler-rt implementation into a shared location
and reuses it from other runtimes to reduce duplication and speed up
the build.

Differential Revision: https://reviews.llvm.org/D88458
2021-10-27 17:53:03 -07:00
..
cmake [CMake] Cache the compiler-rt library search results 2021-10-27 17:53:03 -07:00
docs Bump the trunk major version to 14 2021-07-27 21:58:25 -07:00
include [Unwind] Harmonise exception class for EHABI spec. 2021-09-02 11:31:03 +02:00
src [libunwind] Fix cfi_register for float registers. 2021-10-01 16:51:51 +02:00
test [libunwind] Simplify the executor used in the tests 2021-10-27 17:30:07 -04:00
.clang-format
CMakeLists.txt [CMake] Cache the compiler-rt library search results 2021-10-27 17:53:03 -07:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00