On 11/06/2014 22:49, David Blaikie wrote:
I think you can drop the -o /dev/null now that it's -fsyntax-only.

And the REQUIRES: x86-registered-target can be dropped too.

(PS. I'm pretty sure there's an existing test for basic -target functionality this RUN line could be added to.)

Alp.


On Wed, Jun 11, 2014 at 12:34 PM, Bob Wilson <[email protected]> wrote:
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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

--
http://www.nuanti.com
the browser experts

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to