mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
51e91b64d0
This patch implements __cxa_init_primary_exception, an extension to the Itanium C++ ABI. This extension is already present in both libsupc++ and libcxxrt. This patch also starts making use of this function in std::make_exception_ptr: instead of going through a full throw/catch cycle, we are now able to initialize an exception directly, thus making std::make_exception_ptr around 30x faster. |
||
---|---|---|
.. | ||
configs | ||
libcxx | ||
std | ||
support | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
lit.cfg.py |