X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FOrcMCJIT%2Fremote%2Ftest-fp-no-external-funcs-remote.ll;h=484541ab4807ac01d92b8234cb985010be89132d;hb=7ab54fc926fd2ef4b7826957b3f6b9bf1963f01c;hp=286710338841cdf39812da93f60a9f85c3e81262;hpb=37ec4dcde391755d552dd7b7eb1c996ffc61c9e8;p=oota-llvm.git diff --git a/test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll b/test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll index 28671033884..484541ab480 100644 --- a/test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll +++ b/test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null +; XFAIL: win32 define double @test(double* %DP, double %Arg) nounwind { %D = load double, double* %DP ; [#uses=1]