Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / cross-module-a.ll
index b540bfa3bd6eefe7f32a81cf509e74738ea2e18f..c31572361d3d41f62a3509bd4a6ce944d03b593d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
+; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
 
 declare i32 @FB()