Adding a workaround for __main linking with remote lli and Cygwin/MinGW
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / simpletest-remote.ll
index f717fde4f9efee58e0f8c84743c291e635eda134..d10a4117a0ddaaac95d991e38c15c17dbb771b3f 100644 (file)
@@ -1,8 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
 
-; This fails because __main is not resolved in remote mcjit on cygming.
-; XFAIL: cygwin,mingw32,mips
-
 define i32 @bar() {
        ret i32 0
 }