Adding a workaround for __main linking with remote lli and Cygwin/MinGW
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / test-ptr-reloc-remote.ll
index 3b542c39b16bf6fe054bd105a62986dcbed13123..8b562972b5d18089f775f1c8d1412bdb9ae7f2d2 100644 (file)
@@ -1,8 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target %s
 
-; This fails because __main is not resolved in remote mcjit.
-; XFAIL: cygwin,mingw32
-
 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
 @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4
 @.str1 = private unnamed_addr constant [6 x i8] c"data2\00", align 1