1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=mods-to-stdout %s | FileCheck %s
3 ; CHECK: module-flags.ll.submodule
4 ; CHECK-NOT: Module End
5 ; CHECK: The Answer is {{.*}}42
11 !llvm.module.flags = !{!0}
13 !0 = !{i32 1, !"The Answer is ", i32 42}