[llvm-commits] [llvm] r44401 - /llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
Duncan Sands
baldrick at free.fr
Wed Nov 28 07:36:28 PST 2007
Author: baldrick
Date: Wed Nov 28 09:36:27 2007
New Revision: 44401
URL: http://llvm.org/viewvc/llvm-project?rev=44401&view=rev
Log:
This test somehow got an extra "not" during the
recent stderr updates.
Modified:
llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
Modified: llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll?rev=44401&r1=44400&r2=44401&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll Wed Nov 28 09:36:27 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s -f -o %t.bc
-; RUN: not lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F}
+; RUN: llvm-as < %s -f -o %t.bc
+; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F}
@.str_1 = internal constant [7 x i8] c"IN F!\0A\00" ; <[7 x i8]*> [#uses=1]
@.str_2 = internal constant [7 x i8] c"IN G!\0A\00" ; <[7 x i8]*> [#uses=1]
@Ptrs = internal constant [2 x void (...)*] [ void (...)* bitcast (void ()* @F to void (...)*), void (...)* bitcast (void ()* @G to void (...)*) ] ; <[2 x void (...)*]*> [#uses=1]
More information about the llvm-commits
mailing list