r210618 - Ensure test/Misc/win32-macho.c doesn't try to write to the source tree
David Blaikie
dblaikie at gmail.com
Tue Jun 10 17:50:08 PDT 2014
Author: dblaikie
Date: Tue Jun 10 19:50:07 2014
New Revision: 210618
URL: http://llvm.org/viewvc/llvm-project?rev=210618&view=rev
Log:
Ensure test/Misc/win32-macho.c doesn't try to write to the source tree
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=210618&r1=210617&r2=210618&view=diff
==============================================================================
--- cfe/trunk/test/Misc/win32-macho.c (original)
+++ cfe/trunk/test/Misc/win32-macho.c Tue Jun 10 19:50:07 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
+// RUN: %clang -c -target x86_64-pc-win32-macho %s -o /dev/null
More information about the cfe-commits
mailing list