mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 02:56: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.