Re-disable MCJIT remote tests on ARM
[oota-llvm.git] / test / ExecutionEngine / MCJIT / multi-module-sm-pic-a.ll
index c18eda67b16c1497a59685f7a376f6299513ff27..f2fa59f4821fad4e38fda17b1732d878e6aa853d 100644 (file)
@@ -1,4 +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
+; 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
+; XFAIL: mips, i686, i386, arm
 
 declare i32 @FB()