Hide command-line options leaking from LLVM 9

This commit is contained in:
Martin Kinkelin 2019-10-27 00:08:56 +02:00
parent 6e4c389a82
commit fbfbdf3503
2 changed files with 13 additions and 7 deletions

View file

@ -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