Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
private_linkage.ll
blob: 11813dd97760094d341d457a91a7f20596475c29 [
file
] [
log
] [
blame
]
; RUN: lli -jit-kind=orc-lazy %s
define
private
void
@_ZL3foov
()
{
entry
:
ret
void
}
define
i32
@main
(
i32
%argc
,
i8
**
nocapture
readnone
%argv
)
{
entry
:
tail
call
void
@_ZL3foov
()
ret
i32
0
}