diff options
Diffstat (limited to 'test/PCH/va_arg.cpp')
-rw-r--r-- | test/PCH/va_arg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/va_arg.cpp b/test/PCH/va_arg.cpp index 7c8dc6b..0b3c3b1 100644 --- a/test/PCH/va_arg.cpp +++ b/test/PCH/va_arg.cpp @@ -1,5 +1,6 @@ // Test this without pch. // RUN: %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -include %S/Inputs/va_arg.h %s -emit-llvm -o - +// REQUIRES: x86-registered-target // Test with pch. // RUN: %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -emit-pch -x c++-header -o %t %S/Inputs/va_arg.h |