summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-06-11 19:34:14 +0000
committerBob Wilson <bob.wilson@apple.com>2014-06-11 19:34:14 +0000
commit5235803e678f2374225439664cf5ea0176fcc454 (patch)
treefcc70096f75682c046bc1b97db391182333bb990
parent2acc7a457033f53bb4ba432dc7719c39f6c99339 (diff)
downloadbcm5719-llvm-5235803e678f2374225439664cf5ea0176fcc454.tar.gz
bcm5719-llvm-5235803e678f2374225439664cf5ea0176fcc454.zip
Run new test with -fsyntax-only.
llvm-svn: 210693
-rw-r--r--clang/test/Misc/win32-macho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c
index fe15e4dfb14..fe0f9cbefde 100644
--- a/clang/test/Misc/win32-macho.c
+++ b/clang/test/Misc/win32-macho.c
@@ -1,3 +1,3 @@
// Check that basic use of win32-macho targets works.
// REQUIRES: x86-registered-target
-// RUN: %clang -c -target x86_64-pc-win32-macho %s -o /dev/null
+// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s -o /dev/null
OpenPOWER on IntegriCloud