diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-12-05 01:50:32 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-12-05 01:50:32 +0000 |
commit | bb622c880235e588f8ec78c8cfd67c1b4525e326 (patch) | |
tree | 9571663947e144cba1df2f6e5ec5c6ba05c689c9 /test | |
parent | 84da5a6cc8fa7c1af9f91d2b1c19637110f7a60a (diff) |
Match codegen string better
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll index 318f60b712..9152f67e6a 100644 --- a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll +++ b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll @@ -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 |