[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 4 23:15:37 PST 2004



Changes in directory llvm/test/Regression/ExecutionEngine:

2004-12-04-LazyCompileFuncs.ll updated: 1.3 -> 1.4
---
Log message:

Make this test actually capable of passing.


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
diff -u llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.3 llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.4
--- llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.3	Sat Dec  4 20:03:16 2004
+++ llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll	Sun Dec  5 01:15:21 2004
@@ -1,5 +1,5 @@
 ; RUN: llvm-as -f %s -o %t.bc
-; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
+; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .*Function: F'
 
 %.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00"		; <[7 x sbyte]*> [#uses=1]
 %.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00"		; <[7 x sbyte]*> [#uses=1]






More information about the llvm-commits mailing list