forked from OSchip/llvm-project
[Orc] Back out r234805 for hello.ll until I can figure out how to sync up the
output. llvm-svn: 234810
This commit is contained in:
parent
8ebcdb3bc3
commit
cf0ed3a836
|
@ -1,8 +1,7 @@
|
|||
; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stderr %s | FileCheck %s
|
||||
; RUN: lli -jit-kind=orc-lazy %s | FileCheck %s
|
||||
;
|
||||
; CHECK: Hello
|
||||
; CHECK: [ main$orc_body ]
|
||||
; CHECK: Goodbye
|
||||
; CHECK-NEXT: Goodbye
|
||||
|
||||
%class.Foo = type { i8 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue