From 5235803e678f2374225439664cf5ea0176fcc454 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Wed, 11 Jun 2014 19:34:14 +0000 Subject: [PATCH] Run new test with -fsyntax-only. llvm-svn: 210693 --- clang/test/Misc/win32-macho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index fe15e4d..fe0f9cb 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 -- 2.7.4