summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/ExecutionEngine/OrcLazy/hello.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/hello.ll b/llvm/test/ExecutionEngine/OrcLazy/hello.ll
index 247d95f0b8d..dcc6da06386 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/hello.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/hello.ll
@@ -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 }
OpenPOWER on IntegriCloud