[all-commits] [llvm/llvm-project] 18a1fc: [CMake][compiler-rt] Provide a dedicated option fo...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Jun 14 10:26:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18a1fc8459b7fa8ca639d53e4aa5e5f5d68e8407
https://github.com/llvm/llvm-project/commit/18a1fc8459b7fa8ca639d53e4aa5e5f5d68e8407
Author: Petr Hosek <phosek at google.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M compiler-rt/CMakeLists.txt
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
Log Message:
-----------
[CMake][compiler-rt] Provide a dedicated option for LLVM unwinder
This allows configuring LLVM unwinder separately from the C++ library
matching how we configure it in libcxx.
This also applies changes made to libunwind+libcxxabi+libcxx in D113253
to compiler-rt.
Differential Revision: https://reviews.llvm.org/D115674
More information about the All-commits
mailing list