HendrikHuebner wrote: > Thank you! > > cc @davidchisnall > > > we likely need to add a new one to handle ObjectiveC's @finally semantics. > > This is currently also broken on Windows (MSVC ABI) so we might be able to > fix this one as well. > > > For now, I've set the gxx_wasm personality function > > I'll test your patch tomorrow and adapt the personality function in libobjc2 > if needed.
I don't think the personality function is going to be a concern at all. The WebAssembly VM should handle the unwinding process. However, other runtime function may need to be (adapted)[https://github.com/llvm/llvm-project/pull/92990/files]. https://github.com/llvm/llvm-project/pull/171038 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
