summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-10-28 22:51:25 +0000
committerAlp Toker <alp@nuanti.com>2013-10-28 22:51:25 +0000
commit0a09ebf445339748b549d7c8743fcb7e435d3527 (patch)
treefaa81f89bc06b99eaac04ee55f36fedc5f97dfb4 /llvm/tools/lli
parent58ea44993b6ed13e5e45e9747ca46a46da11241f (diff)
downloadbcm5719-llvm-0a09ebf445339748b549d7c8743fcb7e435d3527.tar.gz
bcm5719-llvm-0a09ebf445339748b549d7c8743fcb7e435d3527.zip
Fix the lli --extra-module value_desc
llvm-svn: 193552
Diffstat (limited to 'llvm/tools/lli')
-rw-r--r--llvm/tools/lli/lli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index 6425142c778..9e0a78f6618 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -134,7 +134,7 @@ namespace {
cl::list<std::string>
ExtraModules("extra-module",
cl::desc("Extra modules to be loaded"),
- cl::value_desc("<input bitcode 2>,<input bitcode 3>,..."));
+ cl::value_desc("input bitcode"));
cl::opt<std::string>
FakeArgv0("fake-argv0",
OpenPOWER on IntegriCloud