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

!0 = !{ i32 4, !"foo", i32 37 } ; Override the "foo" value.

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