]> granicus.if.org Git - clang/commitdiff
Make this use -### instead of a temporary output.
authorEric Christopher <echristo@gmail.com>
Thu, 3 Oct 2013 18:23:29 +0000 (18:23 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 3 Oct 2013 18:23:29 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191921 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/x86_features.c

index 8eaf7352e38fb68cde2669dba87dd434d4202c39..056d73625511b3830ae959cff56c641fe95e6c36 100644 (file)
@@ -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