1; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null 2; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu 3; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed 4 5define i32 @bar() nounwind { 6 ret i32 0 7} 8 9define i32 @main() nounwind { 10 %r = call i32 @bar( ) ; <i32> [#uses=1] 11 ret i32 %r 12} 13