Skip to content

Commit a90f196

Browse files
committed
Match codegen string better
llvm-svn: 18514
1 parent 58355ab commit a90f196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llvm-as -f %s -o %t.bc
2-
; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'G()'
2+
; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
33

44
target endian = little
55
target pointersize = 32

0 commit comments

Comments
 (0)