llvm-project/compiler-rt/cmake
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
..
Modules [CMake] Cache the compiler-rt library search results 2021-10-27 17:53:03 -07:00
caches
base-config-ix.cmake compiler-rt: Fix arch detection for ppc64le 2021-10-21 16:12:13 -07:00
builtin-config-ix.cmake [compiler-rt] Add -fno-omit-frame-pointer check to builtins 2021-09-30 13:53:13 -07:00
config-ix.cmake [CMake] Cache the compiler-rt library search results 2021-10-27 17:53:03 -07:00