aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/module-flags-3-b.ll
blob: a983db20e5af0fa6e1f171897733b5b71d9b8e17 (plain)
1
2
3
4
5
6
7
; This file is used with module-flags-3-a.ll
; RUN: true

!0 = !{i32 3, !"foo", !{!"bar", i32 42}}
!1 = !{i32 1, !"bar", i32 42}

!llvm.module.flags = !{ !0, !1 }