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