[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
[oota-llvm.git] / test / ExecutionEngine / OrcLazy / hello.ll
index 795224e019b63737f0a49c638c2de95a6e3aeba3..c3cf0f346a1d4c9f91f8e0ebaacf08b1de5e5cb7 100644 (file)
@@ -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 }