[libcxx-commits] [libcxxabi] [libc++abi] Fix test failures with GCC 14 (PR #95759)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 20 08:47:51 PDT 2024
================
@@ -589,6 +589,11 @@ void __cxa_end_catch() {
}
}
+void __cxa_call_terminate(void* unwind_arg) throw() {
----------------
ldionne wrote:
We need to add a libc++abi test for this function. Don't forget `XFAIL: using-built-library-before-llvm-19`.
https://github.com/llvm/llvm-project/pull/95759
More information about the libcxx-commits
mailing list