mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 04:45:56 +03:00
Hide command-line options leaking from LLVM 9
This commit is contained in:
parent
6e4c389a82
commit
fbfbdf3503
2 changed files with 13 additions and 7 deletions
|
@ -25,7 +25,7 @@ namespace cl = llvm::cl;
|
|||
|
||||
cl::list<std::string>
|
||||
pluginFiles("plugin", cl::CommaSeparated, cl::desc("Plugins to load."),
|
||||
cl::value_desc("<dynamic_library.so, lib2.so>"));
|
||||
cl::value_desc("dynamic_library.so,lib2.so"));
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue