[libcxx-commits] [libcxx] [libcxxabi] [libc++] Fix failures with GCC 14 (PR #92663)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 06:33:42 PDT 2024
================
@@ -1165,6 +1165,10 @@ __gxx_personality_v0(_Unwind_State state,
}
#endif
+_LIBCXXABI_FUNC_VIS void
+__cxa_call_terminate(void*) throw() {
+ std::terminate();
+}
----------------
mordante wrote:
I would prefer a different patch per subproject.
https://github.com/llvm/llvm-project/pull/92663
More information about the libcxx-commits
mailing list