[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:
Lang Hames 2015-04-13 22:58:39 +00:00
parent 8ebcdb3bc3
commit cf0ed3a836
1 changed files with 2 additions and 3 deletions

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 }