diff options
Diffstat (limited to 'test/PCH/reloc.c')
-rw-r--r-- | test/PCH/reloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/PCH/reloc.c b/test/PCH/reloc.c index 4c426e4f77..5d51eee05d 100644 --- a/test/PCH/reloc.c +++ b/test/PCH/reloc.c @@ -1,8 +1,8 @@ -// RUN: %clang -target x86_64-apple-darwin10 --relocatable-pch -o %t \ +// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 --relocatable-pch -o %t \ // RUN: -isysroot %S/libroot %S/libroot/usr/include/reloc.h -// RUN: %clang -target x86_64-apple-darwin10 -fsyntax-only \ +// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -fsyntax-only \ // RUN: -include-pch %t -isysroot %S/libroot %s -Xclang -verify -// RUN: not %clang -target x86_64-apple-darwin10 -include-pch %t %s +// RUN: not %clang -ccc-host-triple x86_64-apple-darwin10 -include-pch %t %s #include <reloc.h> |