summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote/cross-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
commit4404eb4857ef93f9cf5dc5f7cb274d979838c5aa (patch)
tree0a02917791166890546be93dfb078223ecfceb37 /llvm/test/ExecutionEngine/MCJIT/remote/cross-module-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/cross-module-a.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
index 97f4edaf22e..69565a385e9 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-modules=%p/cross-module-b.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/cross-module-b.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
OpenPOWER on IntegriCloud