diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-28 21:58:15 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-28 21:58:15 +0000 |
| commit | 4404eb4857ef93f9cf5dc5f7cb274d979838c5aa (patch) | |
| tree | 0a02917791166890546be93dfb078223ecfceb37 /llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll | |
| parent | 4965e900d9103dbf2705f4d6db451cef9a2fc5b2 (diff) | |
| download | bcm5719-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/multi-module-sm-pic-a.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll index ac7f9d178c5..423356f1284 100644 --- a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/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 -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 -relocation-model=pic -code-model=small %s > /dev/null ; XFAIL: mips, i686, i386, aarch64, arm declare i32 @FB() |

