[r257732] Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.
[oota-llvm.git] / test / ExecutionEngine / OrcMCJIT / remote / multi-module-a.ll
1 ; RUN: %lli -jit-kind=orc-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%exeext %s > /dev/null
2 ; XFAIL: mingw32,win32
3
4 declare i32 @FB()
5
6 define i32 @main() nounwind {
7   %r = call i32 @FB( )   ; <i32> [#uses=1]
8   ret i32 %r
9 }
10