[all-commits] [llvm/llvm-project] c0d4f2: [CMake][compiler-rt] Clean up the use of libcxx an...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Jun 24 01:11:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0d4f2282d8335cd15338663b18cd7f22155456e
https://github.com/llvm/llvm-project/commit/c0d4f2282d8335cd15338663b18cd7f22155456e
Author: Petr Hosek <phosek at google.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/cmake/Modules/AddCompilerRT.cmake
M compiler-rt/lib/fuzzer/CMakeLists.txt
M compiler-rt/lib/fuzzer/tests/CMakeLists.txt
M compiler-rt/lib/msan/tests/CMakeLists.txt
M compiler-rt/lib/tsan/CMakeLists.txt
M compiler-rt/test/msan/CMakeLists.txt
M compiler-rt/test/tsan/CMakeLists.txt
Log Message:
-----------
[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi
We no longer support the use of LLVM_ENABLE_PROJECTS for libcxx and
libcxxabi. We don't use paths to libcxx and libcxxabi in compiler-rt.
Differential Revision: https://reviews.llvm.org/D126905
More information about the All-commits
mailing list