mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
This test somehow got an extra "not" during the
recent stderr updates. llvm-svn: 44401
This commit is contained in:
parent
8f1098fb97
commit
0106c9a15b
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user