It was showing up in a lot of unrelated tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365647
91177308-0d34-0410-b5e6-
96231b3b80d8
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).