1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[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 8db63fe501
commit a5e7ed1410

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()));