Sign in
swiftshader
/
SwiftShader
/
6d8a9c590745cfdbf15379ef75ec8ca56fb327d2
/
.
/
third_party
/
llvm-7.0
/
llvm
/
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
}