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

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

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