Renaming MCJIT .ir files to .ll and moving them to Inputs
[oota-llvm.git] / test / ExecutionEngine / MCJIT / cross-module-sm-pic-a.ll
index 7631ca8e7671ed4716114107e8b94688772f658a..f8acc2a86c83781379aa7a6dda71a57050447810 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386, aarch64, arm
 
 declare i32 @FB()