summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/OrcLazy/hello.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/hello.ll b/llvm/test/ExecutionEngine/OrcLazy/hello.ll
index dcc6da06386..247d95f0b8d 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/hello.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/hello.ll
@@ -1,7 +1,8 @@
-; RUN: lli -jit-kind=orc-lazy %s | FileCheck %s
+; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stderr %s | FileCheck %s
;
; CHECK: Hello
-; CHECK-NEXT: Goodbye
+; CHECK: [ main$orc_body ]
+; CHECK: Goodbye
%class.Foo = type { i8 }
OpenPOWER on IntegriCloud