mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Shorten a value description so --help out isn't so wide.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3f0561545
commit
2991b01b18
@ -73,7 +73,7 @@ static cl::alias ExportDynamic("export-dynamic",
|
||||
cl::desc("Alias for -disable-internalize"));
|
||||
|
||||
static cl::list<std::string> LoadableModules("load",
|
||||
cl::value_desc("path to loadable optimization module"),
|
||||
cl::value_desc("path"),
|
||||
cl::desc("Load an optimization module and run it"));
|
||||
|
||||
// A utility function that adds a pass to the pass manager but will also add
|
||||
|
Loading…
Reference in New Issue
Block a user