mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 08:36:06 +00:00

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.
15 lines
363 B
Plaintext
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
|