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

Alkis Evlogimenos alkis at cs.uiuc.edu
Sat Dec 4 17:50:43 PST 2004



Changes in directory llvm/test/Regression/ExecutionEngine:

2004-12-04-LazyCompileFuncs.ll updated: 1.1 -> 1.2
---
Log message:

Match codegen string better

---
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.1 llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.2
--- llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.1	Sat Dec  4 19:44:46 2004
+++ llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll	Sat Dec  4 19:50:32 2004
@@ -1,5 +1,5 @@
 ; RUN: llvm-as -f %s -o %t.bc
-; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'G()'
+; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
 
 target endian = little
 target pointersize = 32






More information about the llvm-commits mailing list