Author: djasper
Date: Thu Feb 20 02:45:49 2014
New Revision: 201768

URL: http://llvm.org/viewvc/llvm-project?rev=201768&view=rev
Log:
Don't actually emit output in test/Headers/mmprefetch.c.

The test directory cannot assumed to be writable.

Modified:
    cfe/trunk/test/Headers/mmprefetch.c

Modified: cfe/trunk/test/Headers/mmprefetch.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/mmprefetch.c?rev=201768&r1=201767&r2=201768&view=diff
==============================================================================
--- cfe/trunk/test/Headers/mmprefetch.c (original)
+++ cfe/trunk/test/Headers/mmprefetch.c Thu Feb 20 02:45:49 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple=x86_64-unknown-unknown -fms-extensions -emit-llvm 
-verify %s
+// RUN: %clang_cc1 -triple=x86_64-unknown-unknown -fms-extensions 
-emit-llvm-only -verify %s
 
 #include <mmintrin.h>
 


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

Reply via email to