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:
Ted Kremenek 2007-12-19 19:50:41 +00:00
Родитель ccc7647b12
Коммит 50b5641e1b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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