Adding a workaround for __main linking with remote lli and Cygwin/MinGW
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / multi-module-a.ll
index d7c282914f32a5873826cab88bc8c576b7b8c55e..91d0387376ca6b1780e656a3ebaf640da2419c50 100644 (file)
@@ -1,8 +1,5 @@
 ; RUN: %lli_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 %s > /dev/null
 
-; This fails because __main is not resolved in remote mcjit.
-; XFAIL: cygwin,mingw32
-
 declare i32 @FB()
 
 define i32 @main() {