mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[DebugCounter] Make -debug-counter cl::Hidden.
llvm-svn: 328948
This commit is contained in:
parent
8db63fe501
commit
a5e7ed1410
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user