[llvm-commits] [llvm] r107049 - /llvm/trunk/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jun 28 13:01:15 PDT 2010


Author: stoklund
Date: Mon Jun 28 15:01:15 2010
New Revision: 107049

URL: http://llvm.org/viewvc/llvm-project?rev=107049&view=rev
Log:
Don't write temporary files in test directory

Modified:
    llvm/trunk/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll?rev=107049&r1=107048&r2=107049&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll Mon Jun 28 15:01:15 2010
@@ -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 {}
 





More information about the llvm-commits mailing list