9ae0e060dd0209770408d072c5a50457bd557eb2
[oota-llvm.git] / test / ExecutionEngine / OrcJIT / remote / multi-module-a.ll
1 ; RUN: %lli -use-orcmcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
2
3 declare i32 @FB()
4
5 define i32 @main() nounwind {
6   %r = call i32 @FB( )   ; <i32> [#uses=1]
7   ret i32 %r
8 }
9