From: Eric Christopher Date: Thu, 3 Oct 2013 18:23:29 +0000 (+0000) Subject: Make this use -### instead of a temporary output. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fae861f139782d7eaf5ca622d2669c3d8a32124;p=clang Make this use -### instead of a temporary output. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/x86_features.c b/test/Driver/x86_features.c index 8eaf7352e3..056d736255 100644 --- a/test/Driver/x86_features.c +++ b/test/Driver/x86_features.c @@ -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