[DebugCounter] Make -debug-counter cl::Hidden.

llvm-svn: 328948
This commit is contained in:
Craig Topper 2018-04-01 22:16:52 +00:00
parent f5730c38e9
commit 8a1787ae22
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ private:
// Create our command line option.
static DebugCounterList DebugCounterOption(
"debug-counter",
"debug-counter", cl::Hidden,
cl::desc("Comma separated list of debug counter skip and count"),
cl::CommaSeparated, cl::ZeroOrMore, cl::location(DebugCounter::instance()));