diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-06-11 19:34:14 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-06-11 19:34:14 +0000 |
commit | 5235803e678f2374225439664cf5ea0176fcc454 (patch) | |
tree | fcc70096f75682c046bc1b97db391182333bb990 | |
parent | 2acc7a457033f53bb4ba432dc7719c39f6c99339 (diff) | |
download | bcm5719-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.c | 2 |
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 |