android13/external/llvm/test/tools/gold/X86/Inputs/comdat2.ll

10 lines
145 B
LLVM
Raw Normal View History

2024-06-22 08:45:49 -04:00
$foo = comdat any
@foo = global i8 1, comdat
define void @zed() {
call void @bar()
ret void
}
define void @bar() comdat($foo) {
ret void
}