r210693 - Run new test with -fsyntax-only.

Bob Wilson bob.wilson at apple.com
Wed Jun 11 12:34:14 PDT 2014


Author: bwilson
Date: Wed Jun 11 14:34:14 2014
New Revision: 210693

URL: http://llvm.org/viewvc/llvm-project?rev=210693&view=rev
Log:
Run new test with -fsyntax-only.

Modified:
    cfe/trunk/test/Misc/win32-macho.c

Modified: cfe/trunk/test/Misc/win32-macho.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/win32-macho.c?rev=210693&r1=210692&r2=210693&view=diff
==============================================================================
--- cfe/trunk/test/Misc/win32-macho.c (original)
+++ cfe/trunk/test/Misc/win32-macho.c Wed Jun 11 14:34:14 2014
@@ -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





More information about the cfe-commits mailing list