[clang] [clang][driver] Add \<executable\>/../include/c++/v1 to include path on Darwin (PR #70817)

Liviu Ionescu via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 02:10:22 PST 2023


================
@@ -2494,6 +2494,19 @@ void DarwinClang::AddClangCXXStdlibIncludeArgs(
                    << "\"\n";
     }
 
+    // Check for the folder where the executable is located, if different.
----------------
ilg-ul wrote:

Done.

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


More information about the cfe-commits mailing list