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 | 61c35e835ee3ce2067d164c5e23618d79fe96e76 (patch) | |
tree | edd9c8dded2f0a6f84511b7f60b2457ef4101fb8 | |
parent | 610bebf777de07ca68f016a63b548fbe22c2fd3c (diff) |
Don't write temporary files in test directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107049 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2010-06-25-asm-RA-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll b/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll index 4e2450ed3c..68a6a134de 100644 --- a/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll +++ b/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 {} |