mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-07 01:57:16 +00:00
[DebugCounter] Make -debug-counter cl::Hidden.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328948 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed7a017b99
commit
83a5c73d5a
@ -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…
x
Reference in New Issue
Block a user