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