[clang] 1fe1e99 - [test] Delete "-internal-isystem" "/usr/local/include"
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 20 15:24:07 PDT 2021
Author: Fangrui Song
Date: 2021-03-20T15:24:02-07:00
New Revision: 1fe1e996e987426e5d6352dabef358fc4ae619e5
URL: https://github.com/llvm/llvm-project/commit/1fe1e996e987426e5d6352dabef358fc4ae619e5
DIFF: https://github.com/llvm/llvm-project/commit/1fe1e996e987426e5d6352dabef358fc4ae619e5.diff
LOG: [test] Delete "-internal-isystem" "/usr/local/include"
Added:
Modified:
clang/test/Driver/gcc-toolchain.cpp
Removed:
################################################################################
diff --git a/clang/test/Driver/gcc-toolchain.cpp b/clang/test/Driver/gcc-toolchain.cpp
index 4bd658315a44..fa256bec2b9a 100644
--- a/clang/test/Driver/gcc-toolchain.cpp
+++ b/clang/test/Driver/gcc-toolchain.cpp
@@ -18,7 +18,6 @@
// CHECK: "[[TOOLCHAIN]]/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8"
// CHECK: "-internal-isystem"
// CHECK: "[[TOOLCHAIN]]/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/backward"
-// CHECK: "-internal-isystem" "/usr/local/include"
//
// Test for linker toolchain detection. Note that only the '-L' flags will use
// the same precise formatting of the path as the '-internal-system' flags
More information about the cfe-commits
mailing list