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