[llvm-readelf/llvm-objdump] - Improve/refactor the implementation of SHT_LLVM_ADDRSIG...
[llvm-complete.git] / test / ExecutionEngine / OrcLazy / module-flags.ll
blob5ed5bf1e46f549271ff1d576482fdb98f16d4f3f
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
7 define i32 @main() {
8   ret i32 0
11 !llvm.module.flags = !{!0}
13 !0 = !{i32 1, !"The Answer is ", i32 42}