зеркало из https://github.com/microsoft/clang-1.git
Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when
doing clang --help. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
ccc7647b12
Коммит
50b5641e1b
|
@ -119,6 +119,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
|
|||
|
||||
static llvm::cl::opt<std::string>
|
||||
OutputFile("o",
|
||||
llvm::cl::value_desc("path"),
|
||||
llvm::cl::desc("Specify output file (for --serialize, this is a directory)"));
|
||||
|
||||
static llvm::cl::opt<bool>
|
||||
|
|
Загрузка…
Ссылка в новой задаче