[r257732] Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / cross-module-a.ll
index 7df88b1ec5e06c6ad1beeb71f1ee5168830a7bfb..b91a0438a679dcc0c78004a116bb2c8eaf8059b0 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
-; XFAIL: win32
+; XFAIL: mingw32,win32
 
 declare i32 @FB()