xref: /aosp_15_r20/external/llvm/test/Linker/Inputs/module-flags-dont-change-others.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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