[clang] [clang][driver] Add \<executable\>/../include/c++/v1 to include path on Darwin (PR #70817)
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 15:29:36 PST 2023
================
@@ -172,3 +172,32 @@
// RUN: --check-prefix=CHECK-LIBCXX-STDLIB-UNSPECIFIED %s
// CHECK-LIBCXX-STDLIB-UNSPECIFIED: "-cc1"
// CHECK-LIBCXX-STDLIB-UNSPECIFIED: "-internal-isystem" "[[SYSROOT]]/usr/include/c++/v1"
+
+// ----------------------------------------------------------------------------
----------------
ldionne wrote:
BTW this looks good to me apart from these test improvements.
https://github.com/llvm/llvm-project/pull/70817
More information about the cfe-commits
mailing list