llvm-capstone/libcxxabi
Louis Dionne ecf313c01d [libc++] Fix the no-exceptions build of libc++ on Apple
We previously tried re-exporting symbols that didn't exist when
exceptions were disabled. Note that building libc++abi without
exceptions still doesn't work when linking against the default-provided
libSystem.dylib, because it transitively depends on libobjc.dylib,
and that requires __gxx_personality_v0. But building libc++abi
with exceptions and libc++ without exceptions does work.
2020-04-20 10:45:14 -04:00
..
cmake [libcxx{,abi}] Don't link libpthread and libdl on Fuchsia 2019-12-06 11:15:15 -08:00
fuzz
include Revert "[libc++abi] Change __cxa_finalize return type to void" 2020-03-10 18:11:58 -04:00
lib [libc++] Fix the no-exceptions build of libc++ on Apple 2020-04-20 10:45:14 -04:00
src [libc++] Fix the no-exceptions build of libc++ on Apple 2020-04-20 10:45:14 -04:00
test [libc++abi] NFC: Remove trailing whitespace 2020-04-17 10:07:18 -04:00
www [www] Change URLs to HTTPS. 2019-10-24 13:25:15 -07:00
.clang-format
.gitignore
CMakeLists.txt [libc++abi] NFC: Add link to review in workaround comment 2020-04-02 13:20:23 -04:00
CREDITS.TXT
LICENSE.TXT