Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / cross-module-sm-pic-a.ll
index ee26702dfae6ee0dfa3cc3bd892c42dcd7a614f7..f37d4a86e66e95b43c498a3830cc0fad74c1a650 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386, arm
 
 declare i32 @FB()