[llvm-commits] [llvm] r107721 - /llvm/trunk/test/CodeGen/X86/2010-07-06-DbgCrash.ll

Dale Johannesen dalej at apple.com
Tue Jul 6 16:06:58 PDT 2010


Author: johannes
Date: Tue Jul  6 18:06:58 2010
New Revision: 107721

URL: http://llvm.org/viewvc/llvm-project?rev=107721&view=rev
Log:
Make test not hang waiting for input.


Modified:
    llvm/trunk/test/CodeGen/X86/2010-07-06-DbgCrash.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-07-06-DbgCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-07-06-DbgCrash.ll?rev=107721&r1=107720&r2=107721&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-07-06-DbgCrash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-07-06-DbgCrash.ll Tue Jul  6 18:06:58 2010
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -relocation-model pic -o /dev/null
+; RUN: llc -O0 -relocation-model pic < %s -o /dev/null
 ; PR7545
 @.str = private constant [4 x i8] c"one\00", align 1 ; <[4 x i8]*> [#uses=1]
 @.str1 = private constant [4 x i8] c"two\00", align 1 ; <[5 x i8]*> [#uses=1]





More information about the llvm-commits mailing list