Files
clang-p2996/compiler-rt/lib
Petr Hosek 0eed292fba [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-18 14:44:07 -07:00
..
2021-10-14 14:56:55 -07:00
2021-10-09 12:25:47 +08:00
2021-10-17 12:38:56 +02:00
2021-08-13 13:45:23 +02:00
2021-09-04 14:12:58 +05:30