view test/Linker/module-flags-4-b.ll @ 129:9ec641e857f8

Fix compile error to update llvm 5.0
author mir3636
date Tue, 12 Dec 2017 19:42:58 +0900
parents 1172e4bd9c6f
children
line wrap: on
line source

; 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 }