summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-28 21:58:15 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-28 21:58:15 +0000
commit4404eb4857ef93f9cf5dc5f7cb274d979838c5aa (patch)
tree0a02917791166890546be93dfb078223ecfceb37 /llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
parent4965e900d9103dbf2705f4d6db451cef9a2fc5b2 (diff)
downloadbcm5719-llvm-4404eb4857ef93f9cf5dc5f7cb274d979838c5aa.tar.gz
bcm5719-llvm-4404eb4857ef93f9cf5dc5f7cb274d979838c5aa.zip
Standardizing lli's extra module command line option
llvm-svn: 193544
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
index 5efa372ffa0..a7fe6277e6b 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
; XFAIL: mips, i686, i386, aarch64, arm
declare i32 @FB()
OpenPOWER on IntegriCloud