diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-28 20:01:15 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-28 20:01:15 +0000 |
| commit | fde9c348e9c1493f6c66dd36b84e964a0516703c (patch) | |
| tree | fdb5fdd31ae4c137874e0a1bd487427ca6097233 | |
| parent | a7d81ab7f3df57e3e26e55037bb00735ba87c145 (diff) | |
| download | bcm5719-llvm-fde9c348e9c1493f6c66dd36b84e964a0516703c.tar.gz bcm5719-llvm-fde9c348e9c1493f6c66dd36b84e964a0516703c.zip | |
Don't write temporary files in test directory
llvm-svn: 107049
| -rw-r--r-- | llvm/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll b/llvm/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll index 4e2450ed3c9..68a6a134de5 100644 --- a/llvm/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll +++ b/llvm/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -disable-fp-elim -mtriple=i686-pc-mingw32 +; RUN: llc < %s -disable-fp-elim -mtriple=i686-pc-mingw32 %struct.__SEH2Frame = type {} |

