summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/comdat13.ll
blob: 85515210ed7ea16675f29a03da466f83d9d0e5e3 (plain)
1
2
3
4
5
6
7
8
9
$foo = comdat any
@foo = internal global i8 1, comdat
define i8* @zed() {
  call void @bax()
  ret i8* @foo
}
define internal void @bax() comdat($foo) {
  ret void
}
OpenPOWER on IntegriCloud