summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/multi-module-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
commit61abf1550f6b12b066c959512ab10ce0720df207 (patch)
tree71a4e6e34fa660936c26c8c8658525d78a944e52 /test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
parentf39819d8e640442f2a229e09aeb432946c46d803 (diff)
downloadllvm-61abf1550f6b12b066c959512ab10ce0720df207.tar.gz
llvm-61abf1550f6b12b066c959512ab10ce0720df207.tar.bz2
llvm-61abf1550f6b12b066c959512ab10ce0720df207.tar.xz
Standardizing lli's extra module command line option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/multi-module-a.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/multi-module-a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll b/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
index b80965de3d..5cb4224b51 100644
--- a/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
+++ b/test/ExecutionEngine/MCJIT/remote/multi-module-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 %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 %s > /dev/null
; This fails because __main is not resolved in remote mcjit.
; XFAIL: cygwin,mingw32