[libcxx-commits] [libcxx] [libcxxabi] [libc++] Fix failures with GCC 14 (PR #92663)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 09:03:06 PDT 2024
================
@@ -1165,6 +1165,10 @@ __gxx_personality_v0(_Unwind_State state,
}
#endif
+_LIBCXXABI_FUNC_VIS void
+__cxa_call_terminate(void*) throw() {
+ std::terminate();
+}
----------------
philnik777 wrote:
I'm fine with that. I hope that someone who knows what they're doing will pick the libc++abi part up.
https://github.com/llvm/llvm-project/pull/92663
More information about the libcxx-commits
mailing list