[clang] [libcxxabi] [libunwind] [llvm] [WebAssembly] Call EH personality function instead of `Unwind_CallPersonality` (PR #209282)

Demetrius Kanios via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 00:51:17 PDT 2026


================
@@ -1114,6 +1112,20 @@ __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame,
 }
 #endif
 
+#  ifdef __WASM_EXCEPTIONS__
+extern "C" _LIBCXXABI_FUNC_VIS void __gxx_wasm_personality_v0(void* exception_ptr) {
----------------
QuantumSegfault wrote:

I ran `clang-format` on this section of code.

Is there something that doesn't seem right???

https://github.com/llvm/llvm-project/pull/209282


More information about the cfe-commits mailing list