mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[Remarks] Add cl::Hidden to -remarks-yaml-string-table
It was showing up in a lot of unrelated tools. llvm-svn: 365647
This commit is contained in:
parent
823dcc0017
commit
610ad72637
@ -17,8 +17,9 @@
|
||||
using namespace llvm;
|
||||
using namespace llvm::remarks;
|
||||
|
||||
cl::opt<bool> RemarksYAMLStringTable("remarks-yaml-string-table",
|
||||
cl::init(false));
|
||||
cl::opt<bool> RemarksYAMLStringTable(
|
||||
"remarks-yaml-string-table", cl::init(false), cl::Hidden,
|
||||
cl::desc("Enable the usage of a string table with YAML remarks."));
|
||||
|
||||
// Use the same keys whether we use a string table or not (respectively, T is an
|
||||
// unsigned or a StringRef).
|
||||
|
Loading…
Reference in New Issue
Block a user