[Orc] Back out r234805 for hello.ll until I can figure out how to sync up the
[oota-llvm.git] / test / ExecutionEngine / OrcLazy / hello.ll
index 247d95f0b8d09ff6d60485178e811ec490f32c8c..dcc6da06386ea780a85d01d4246402f5cdf02561 100644 (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 }