xref: /llvm-project/llvm/test/Linker/Inputs/module-flags-dont-change-others.ll (revision df55d8ba83d8d69cd28549a58c971eba0f8025a0)
1!llvm.module.flags = !{!3, !4, !5}
2
3!0 = !{}
4!1 = !{!0}
5!2 = !{!0, !1}
6!3 = !{i32 4, !"foo", i32 37} ; Override the "foo" value.
7!4 = !{i32 5, !"bar", !1}
8!5 = !{i32 6, !"baz", !2}
9