llvm-capstone/libcxxabi
Shoaib Meenai 3789c236bb [libcxxabi] Automatically use static libunwind when required
If we attempt to use unwind_shared when LIBUNWIND_ENABLE_SHARED is OFF,
we'll get link errors. LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_SHARED_LIBRARY
avoids that, but it seems redundant to have to specify it manually.
Automatically switch libunwind statically when its shared build is
disabled, which also matches compiler-rt [1].

[1] 71bfec762b/compiler-rt/CMakeLists.txt (L238-L240)

Reviewed By: #libc_abi, phosek

Differential Revision: https://reviews.llvm.org/D158789
2023-08-28 17:34:45 -07:00
..
cmake [runtimes] Remove add_target_flags* functions and use add_flags* instead 2023-02-21 13:16:44 +01:00
fuzz
include [libcxxabi] Omit dllimport in public headers in MinGW mode 2023-04-19 13:34:54 +03:00
lib
src [libcxxabi] Automatically use static libunwind when required 2023-08-28 17:34:45 -07:00
test [libc++] Fix problems with GCC 13 and switch to it in the CI 2023-08-14 16:54:50 -07:00
www Remove references to old mailing lists that have moved to discourse. Replace with links to discourse. 2022-07-22 09:59:03 -07:00
.clang-format [libcxx] Remove extraneous '---' lines in .clang-format files 2022-06-15 01:34:37 -07:00
.gitignore
CMakeLists.txt [libc++] Fix a few incorrect CMake configuration options 2023-08-17 09:43:09 -04:00
CREDITS.TXT
LICENSE.TXT