Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / test-global-init-nonzero-remote.ll
index b8d94b50cfe2821c5245d18b1696fc0efcc62de2..40b514fd8e1f8f7103afd482f34a8f6afe662389 100644 (file)
@@ -1,9 +1,8 @@
-; RUN: %lli_mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm, 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