Adding throw() after __cxa_atexit redefinition conflicts with cxxabi.h prototype #144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Latest llvm has been removed
__cxa_atexitprototype from cxxabi.h so that this code works, but not for older llvm. Besides, Apple did not addthrow()to the redefinition in the original code of ld.cppPossible patch is define
CXA_ATEXIT_THROWas nothing when__APPLE__