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.
Paths
| Differential D115674
[CMake][compiler-rt] Provide a dedicated option for LLVM unwinder ClosedPublic Authored by phosek on Dec 13 2021, 1:46 PM.
Details Summary This allows configuring LLVM unwinder separately from the C++ library This also applies changes made to libunwind+libcxxabi+libcxx in D113253
Diff Detail
Event TimelineComment Actions LGTM (Why don't the sanitizers default to any of the *-commits mailing lists as subscribers?) This revision is now accepted and ready to land.Dec 13 2021, 2:00 PM This revision was landed with ongoing or failed builds.May 6 2022, 5:40 PM Closed by commit rGfecad835fb4c: [runtime] Build compiler-rt with --unwindlib=none (authored by phosek). · Explain Why This revision was automatically updated to reflect the committed changes. phosek added a reverting change: rGd7732695ebcc: Revert "[runtime] Build compiler-rt with --unwindlib=none".May 6 2022, 5:52 PM phosek added a reverting change: rGbf3cba71e174: Revert "[runtime] Build compiler-rt with --unwindlib=none".May 6 2022, 7:53 PM This revision is now accepted and ready to land.May 6 2022, 10:18 PM
phosek retitled this revision from [runtime] Build compiler-rt with --unwindlib=none to [CMake][compiler-rt] Provide a dedicated option for LLVM unwinder.
phosek marked an inline comment as done.
Comment Actions @mstorsjo let me know if this looks good to you, I tested this locally and it seems to be working fine. This revision was landed with ongoing or failed builds.Jun 14 2022, 10:26 AM Closed by commit rG18a1fc8459b7: [CMake][compiler-rt] Provide a dedicated option for LLVM unwinder (authored by phosek). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436846 clang/cmake/caches/Fuchsia-stage2.cmake
compiler-rt/CMakeLists.txt
compiler-rt/cmake/config-ix.cmake
compiler-rt/lib/scudo/standalone/CMakeLists.txt
|
This todo refers to this change itself.