Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-conscrypt-release
/
.
/
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
multi-module-a.ll
blob: dc3154c7b303177be107228604dd15feb79716cf [
file
] [
log
] [
blame
] [
edit
]
; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s > /dev/null
declare
i32
@FB
()
define
i32
@main
()
{
%r
=
call
i32
@FB
(
)
; <i32> [#uses=1]
ret
i32
%r
}