We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa54fe commit 7e00586Copy full SHA for 7e00586
clang/test/Driver/sysroot.c
@@ -1,5 +1,5 @@
1
// Check that --sysroot= also applies to header search paths.
2
-// RUN: %clang -ccc-host-triple unknown --sysroot=/FOO -### -E %s 2> %t1
+// RUN: %clang -ccc-host-triple i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
3
// RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s
4
// CHECK-SYSROOTEQ: "-cc1"{{.*}} "-isysroot" "/FOO"
5
0 commit comments