Sign in
llvm
/
llvm
/
8924ea3d57d5fdfc11ce7562c3eaf0ce127ebc86
/
.
/
test
/
Linker
/
Inputs
/
comdat11.ll
blob: 5b7f74cf0b246f8f242dd570e0d052121a326ce4 [
file
] [
log
] [
blame
]
$
foo
=
comdat
any
@foo
=
global
i8
1
,
comdat
define
void
@zed
()
{
call
void
@bar
()
ret
void
}
define
void
@bar
()
comdat
(
$
foo
)
{
ret
void
}