llvm-capstone/libcxxabi
Petr Hosek 2e398f1895 [libcxxabi] Don't process exceptions in cxa_handlers when they're disabled
When exceptions are disabled, avoid their processing altogether.
This avoids pulling in the depenency on demangler significantly
reducing binary size when statically linking against libc++abi
built without exception support.

Differential Revision: https://reviews.llvm.org/D64191

llvm-svn: 365944
2019-07-12 19:10:59 +00:00
..
cmake [libcxx][libcxxabi] Remove the unused CMake checks 2019-05-30 06:08:56 +00:00
fuzz
include
lib [libcxxabi] Use an explicit list to export symbols from the dylib 2019-06-27 20:17:22 +00:00
src [libcxxabi] Don't process exceptions in cxa_handlers when they're disabled 2019-07-12 19:10:59 +00:00
test [demangle] Support for C++2a char8_t 2019-06-28 19:54:19 +00:00
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [libcxxabi] Don't process exceptions in cxa_handlers when they're disabled 2019-07-12 19:10:59 +00:00
CREDITS.TXT
LICENSE.TXT