XFAIL the LLI remote JIT tests on Win32.
[oota-llvm.git] / test / ExecutionEngine / OrcMCJIT / remote / test-fp-no-external-funcs-remote.ll
index 286710338841cdf39812da93f60a9f85c3e81262..484541ab4807ac01d92b8234cb985010be89132d 100644 (file)
@@ -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           ; <double> [#uses=1]