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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits