[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:
Francis Visoiu Mistrih 2019-07-10 15:46:36 +00:00
parent 14cb8c1c70
commit 3700736aa8

View File

@ -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).