gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

MSYS2: Enable unexpected exception handling on clang64 #286

Closed qmfrederik closed 3 months ago

qmfrederik commented 3 months ago

The libc++ ABI in LLVM18.1 exposes __cxa_init_primary_exception, meaning we can now enable unexpected exception handling on the MSYS2/clang64 environment.