================
@@ -161,6 +161,8 @@ static const EHPersonality &getObjCPersonality(const 
TargetInfo &Target,
   case ObjCRuntime::GNUstep:
     if (T.isOSCygMing())
       return EHPersonality::GNU_CPlusPlus_SEH;
+    else if (T.isWasm())
----------------
Midar wrote:

I see nothing GNUstep specific in this PR so far, so I think this should be 
added independent of the runtime, just like `if (T.isWindowsMSVCEnvironment())` 
above. WDYT?

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

Reply via email to