[all-commits] [llvm/llvm-project] 4164cf: [CMake][compiler-rt] Clean up the use of libcxx an...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Jun 24 19:53:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4164cfa537e545f8ea9bc4f3c8b913867a7ac79d
https://github.com/llvm/llvm-project/commit/4164cfa537e545f8ea9bc4f3c8b913867a7ac79d
Author: Petr Hosek <phosek at google.com>
Date: 2022-06-25 (Sat, 25 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