forked from OSchip/llvm-project
Make this test actually capable of passing.
llvm-svn: 18536
This commit is contained in:
parent
1a0117f641
commit
cc6d1928d2
|
@ -1,5 +1,5 @@
|
|||
; RUN: llvm-as -f %s -o %t.bc
|
||||
; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
|
||||
; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .*Function: F'
|
||||
|
||||
%.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00" ; <[7 x sbyte]*> [#uses=1]
|
||||
%.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00" ; <[7 x sbyte]*> [#uses=1]
|
||||
|
|
Loading…
Reference in New Issue