r191921 - Make this use -### instead of a temporary output.

Eric Christopher echristo at gmail.com
Thu Oct 3 11:23:29 PDT 2013


Author: echristo
Date: Thu Oct  3 13:23:29 2013
New Revision: 191921

URL: http://llvm.org/viewvc/llvm-project?rev=191921&view=rev
Log:
Make this use -### instead of a temporary output.

Modified:
    cfe/trunk/test/Driver/x86_features.c

Modified: cfe/trunk/test/Driver/x86_features.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/x86_features.c?rev=191921&r1=191920&r2=191921&view=diff
==============================================================================
--- cfe/trunk/test/Driver/x86_features.c (original)
+++ cfe/trunk/test/Driver/x86_features.c Thu Oct  3 13:23:29 2013
@@ -3,4 +3,4 @@
 // Note that we filter out all but the last -m(no)sse.
 
 // Test that we don't produce an error with -mieee-fp.
-// RUN: %clang -S -emit-llvm %s -mieee-fp -o %t.s
+// RUN: %clang -### %s -mieee-fp -S





More information about the cfe-commits mailing list