================
@@ -156,7 +154,11 @@ static const EHPersonality &getObjCPersonality(const 
TargetInfo &Target,
   case ObjCRuntime::WatchOS:
     return EHPersonality::NeXT_ObjC;
   case ObjCRuntime::GNUstep:
-    if (L.ObjCRuntime.getVersion() >= VersionTuple(1, 7))
+    if (T.isOSCygMing())
----------------
qmfrederik wrote:

I moved the check for `isWindowsMSVCEnvironment` inside the `GNUstep` case, as 
on Windows we'll be using `MSVC_CxxFrameHandler3` when compiling with GNUstep + 
msvc; `GNU_CPlusPlus_SEH` when compiling with GNUstep + mingw and 
`GNU_ObjC_SEH` when compiling iwth GCC + mingw.

https://github.com/llvm/llvm-project/pull/77255
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to