Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / multi-module-sm-pic-a.ll
index ac7f9d178c51127f7edf3163444d286210945359..e4395c433fed20d709b60a5842d68b93cb10d1b0 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, aarch64, arm
+; 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()