llvm-project/libcxxabi/lib/itanium-exceptions.exp
Nikolas Klauser 0c9f537d41
[libc++abi] Fix test failures with GCC 14 (#95759)
This adds a new `__cxa_call_terminate`, which GCC 14 generates calls to
now. Clang had `__clang_call_terminate` for the same use-case for a long
time. It also fixes a test that is enabled now, since GCC has the
`__has_feature` FTM now.
2024-06-30 12:09:20 +02:00

15 lines
363 B
Plaintext

# Itanium C++ ABI requirements related to exceptions
___cxa_allocate_dependent_exception
___cxa_allocate_exception
___cxa_begin_catch
___cxa_call_unexpected
___cxa_current_exception_type
___cxa_end_catch
___cxa_call_terminate
___cxa_free_dependent_exception
___cxa_free_exception
___cxa_get_exception_ptr
___cxa_init_primary_exception
___cxa_rethrow
___cxa_throw