Try the shared library first, and if it doesn't exist fallback onto
the static one. When the static library is requested, skip the shared
library.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129472
[compiler-rt][CMake] Use linker semantics for unwinder and C++ library ClosedPublic Authored by phosek on Jul 11 2022, 1:21 AM.
Details Summary Try the shared library first, and if it doesn't exist fallback onto
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2022, 6:56 AM Closed by commit rG6699f5548800: [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind (authored by phosek). · Explain WhyJul 15 2022, 12:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 444897 compiler-rt/CMakeLists.txt
compiler-rt/lib/asan/tests/CMakeLists.txt
compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
compiler-rt/lib/interception/tests/CMakeLists.txt
compiler-rt/lib/memprof/tests/CMakeLists.txt
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/lib/orc/unittests/CMakeLists.txt
compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
compiler-rt/lib/tsan/tests/CMakeLists.txt
compiler-rt/lib/xray/CMakeLists.txt
compiler-rt/lib/xray/tests/CMakeLists.txt
|