d92ce4219f5760e77a7699f68b6c3f5f943babe2
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / multi-module-sm-pic-a.ll
1 ; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir  -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
2
3 declare i32 @FB()
4
5 define i32 @main() {
6   %r = call i32 @FB( )   ; <i32> [#uses=1]
7   ret i32 %r
8 }
9