Test commit: Remove trailing whitespace.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / cross-module-sm-pic-a.ll
index 5ccc892d29566eb31f9be217152483f5381d8aa1..ee26702dfae6ee0dfa3cc3bd892c42dcd7a614f7 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: %lli_mcjit -extra-modules=%p/cross-module-b.ir -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, aarch64, arm
+; RUN: %lli_mcjit -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()