================
@@ -2651,6 +2644,19 @@ void Darwin::AddDeploymentTarget(DerivedArgList &Args) 
const {
   const std::string OSVersionStr = OSVersion.getAsString();
   // Set the tool chain target information.
   if (Platform == MacOS) {
+#ifdef CLANG_USE_XCSELECT
+    // If we don't have an SDK yet and are on macOS, try to inject one using
+    // xcselect, except when passed --no-sysroot.
----------------
carlocab wrote:

Relocated in 09c72d75f4fa9fa3e806c449626583ff631de159.

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

Reply via email to