1 ; RUN: %lli -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 ; XFAIL: mingw32,win32 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed 5 6 declare i32 @FB() 7 8 define i32 @main() nounwind { 9 %r = call i32 @FB( ) ; <i32> [#uses=1] 10 ret i32 %r 11 } 12 13