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

llvm-svn: 191921
This commit is contained in:
Eric Christopher 2013-10-03 18:23:29 +00:00
parent bfa37e546d
commit 3d78fe8fa0
1 changed files with 1 additions and 1 deletions

View 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