diff options
author | Petr Hosek <phosek@google.com> | 2020-09-28 17:37:20 -0700 |
---|---|---|
committer | Petr Hosek <phosek@google.com> | 2021-10-18 14:44:07 -0700 |
commit | 0eed292fbae22a8856682b07e1cb968424b49941 (patch) | |
tree | 0a22a4dca1a801811cdd716c77c517a7a880f34f /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 3be1f4b8fd53b42c412c307a2a377b0fd6e8cb76 (diff) | |
download | llvm-0eed292fbae22a8856682b07e1cb968424b49941.zip llvm-0eed292fbae22a8856682b07e1cb968424b49941.tar.gz llvm-0eed292fbae22a8856682b07e1cb968424b49941.tar.bz2 |
[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
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions