aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/sysroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/sysroot.c')
-rw-r--r--test/Driver/sysroot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/sysroot.c b/test/Driver/sysroot.c
index 3080f76e0316..4e9ed2bf6b68 100644
--- a/test/Driver/sysroot.c
+++ b/test/Driver/sysroot.c
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+//
// Check that --sysroot= also applies to header search paths.
// RUN: %clang -target i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
// RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s