[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:20:31 PDT 2026


================
@@ -2371,10 +2371,10 @@ CGObjCGNU::CGObjCGNU(CodeGenModule &cgm, unsigned runtimeABIVersion,
   auto Triple = cgm.getContext().getTargetInfo().getTriple();
 
   msgSendMDKind = VMContext.getMDKindID("GNUObjCMessageSend");
-  auto Triple = cgm.getContext().getTargetInfo().getTriple();
   usesSEHExceptions = Triple.isWindowsMSVCEnvironment();
-  usesCxxExceptions = (Triple.isOSCygMing() &&
-      isRuntime(ObjCRuntime::GNUstep, 2)) || Triple.isWasm();
+  usesCxxExceptions =
----------------
HendrikHuebner wrote:

The commits will be squashed before merging.

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


More information about the cfe-commits mailing list