Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / test-global-init-nonzero-remote.ll
index 77868b91830088a68e4be001c0f6c5174a42dc34..40b514fd8e1f8f7103afd482f34a8f6afe662389 100644 (file)
@@ -1,11 +1,8 @@
-; 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
+; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
 
 @count = global i32 1, align 4
 
-define i32 @main() nounwind uwtable {
+define i32 @main() nounwind {
 entry:
   %retval = alloca i32, align 4
   %i = alloca i32, align 4