================
@@ -211,10 +211,10 @@ if (NOT DEFINED LLVM_LINKER_DETECTED AND NOT WIN32)
     )
 
   if(APPLE)
-    if("${stderr}" MATCHES "PROJECT:ld64")
+    if("${stderr}" MATCHES "PROGRAM:ld")
----------------
ldionne wrote:

I'm not certain I understand -- isn't this patch missing something so that it 
keeps working on pre Xcode 15 toolchains? Libc++ supports Xcode 15 only, but 
the rest of LLVM probably supports older versions as well?

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

Reply via email to