llvm-project/libcxx/cmake/Modules
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
..
CodeCoverage.cmake
DefineLinkerScript.cmake [pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nelson nadiasvertex@gmail.com 2021-10-15 15:36:07 +03:00
HandleLibCXXABI.cmake [libcxx] Fix the libc++abi header path 2021-04-27 23:30:53 -07:00
HandleLibcxxFlags.cmake [runtimes] Don't try passing --target flags to GCC 2021-07-15 16:52:02 -04:00
HandleOutOfTreeLLVM.cmake [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR throughout the project 2021-09-16 18:29:57 +02:00
MacroEnsureOutOfSourceBuild.cmake