xref: /llvm-project/llvm/test/Linker/module-flags-8-b.ll (revision be7ea19b585dc1b0d4c4358df3ca498ceb65b969)
1; This file is used with module-flags-6-a.ll
2; RUN: true
3
4!0 = !{ i32 5, !"flag-0", !{ i32 0, i32 1 } }
5!1 = !{ i32 6, !"flag-1", !{ i32 1, i32 2 } }
6
7!llvm.module.flags = !{ !0, !1 }
8