More accurate description for "-vv".

Still not happy with it, but I feel it is still better
than just "very verbose".
This commit is contained in:
David Nadlinger
2013-10-15 01:44:21 +02:00
parent 28cd8b0ad2
commit 7ca329e77e

View File

@@ -50,7 +50,7 @@ namespace Logger
static std::string indent_str;
llvm::cl::opt<bool> _enabled("vv",
llvm::cl::desc("Very verbose"),
llvm::cl::desc("Print front-end/glue code debug log"),
llvm::cl::ZeroOrMore);
void indent()