QuantumSegfault wrote:

So what I'm saying is

```define void @catch() personality ptr @__gxx_wasm_personality_v0 {```

Should actually emit a call to a symbol named `__gxx_wasm_personality_v0`. Not 
a hard-coded `_Unwind_CallPersonality`.

But `__gxx_wasm_personality_v0` would then be expected to act exactly as 
`_Unwind_CallPersonality`.

https://github.com/llvm/llvm-project/pull/175202
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to