summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/only-needed-used.ll
blob: 9387a13d72803bf4a78253142b65eee6ff2ece2d (plain)
1
2
3
4
5
6
7
@used1 = global i8 4
@used2 = global i32 123

@llvm.used = appending global [2 x i8*] [
   i8* @used1,
   i8* bitcast (i32* @used2 to i8*)
], section "llvm.metadata"
OpenPOWER on IntegriCloud