14 lines · plain
1; RUN: %lli -jit-kind=mcjit -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 %s > /dev/null2; REQUIRES: thread_support3; XFAIL: target={{.*-windows-(gnu|msvc)}}4; UNSUPPORTED: target=powerpc64-unknown-linux-gnu5; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed6 7declare i32 @FB()8 9define i32 @main() nounwind {10 %r = call i32 @FB( ) ; <i32> [#uses=1]11 ret i32 %r12}13 14