mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix the lli --extra-module value_desc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc850d0c6c
commit
730e3c6995
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user