[Orc] Back out r234805 for hello.ll until I can figure out how to sync up the

output.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2015-04-13 22:58:39 +00:00
parent 164cbefb85
commit 534f9f3ee5

View File

@ -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 }