aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/module-flags-dont-change-others.ll
blob: 61d57e525560e6e39a7f2e10cbfa1e7c41eb0bd8 (plain)
1
2
3
4
5
6
7
8
!llvm.module.flags = !{!3, !4, !5}

!0 = !{}
!1 = !{!0}
!2 = !{!0, !1}
!3 = !{i32 4, !"foo", i32 37} ; Override the "foo" value.
!4 = !{i32 5, !"bar", !1}
!5 = !{i32 6, !"baz", !2}