llvm-capstone/libcxxabi
Louis Dionne a80e65e00a [libc++] Overhaul how we select the ABI library
This patch overhauls how we pick up the ABI library. Instead of setting
ad-hoc flags, it creates interface targets that can be linked against by
the rest of the build, which is easier to follow and extend to support
new ABI libraries.

This is intended to be a NFC change, however there are some additional
simplifications and improvements we can make in the future that would
require a slight behavior change.

Differential Revision: https://reviews.llvm.org/D120727
2022-05-13 08:32:09 -04:00
..
cmake [libcxxabi] [cmake] Fix a mismatched variable name 2022-05-10 10:25:43 +03:00
fuzz
include [libcxxabi] Use the right calling convention for exception destructors on i386 Windows 2022-05-05 23:21:18 +03:00
lib
src [demangler] Avoid special-subst code duplication 2022-05-13 04:35:29 -07:00
test [libc++] Overhaul how we select the ABI library 2022-05-13 08:32:09 -04:00
www [runtimes] Remove support for standalone builds 2022-02-09 08:55:31 -05:00
.clang-format [NFC][libcxxabi] Run clang-format on libcxxabi/src/cxa_guard_impl.h 2021-08-18 19:09:16 -04:00
.gitignore
CMakeLists.txt [runtimes] Print the testing configuration in use in libunwind and libc++abi 2022-05-11 10:18:09 -04:00
CREDITS.TXT
LICENSE.TXT