[clang] [CodeGen][ObjC] Initial WebAssembly Support for GNUstep v2 (PR #183753)

Hendrik Hübner via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 02:19:04 PDT 2026


https://github.com/HendrikHuebner commented:

Thank you for the patch. Adapting `FinallyInfo::enter/exit` sounds like the way to go, though I don't understand why a catch all block around the try/catch is necessary in the first place. If we simply push a cleanup that contains the finally block right before entering the try/catch, will this not be guaranteed to be invoked after exiting the try/catch in both the exceptional and non exceptional case?

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


More information about the cfe-commits mailing list