Rename option

(cherry picked from FBD16655093)
This commit is contained in:
laith sakka 2019-08-05 13:56:48 -07:00 committed by Maksim Panchenko
parent c1564a1026
commit f77cccf681
1 changed files with 3 additions and 1 deletions

View File

@ -440,9 +440,11 @@ SequentialDisassembly("sequential-disassembly",
cl::cat(BoltOptCategory));
static cl::opt<bool>
WriteBoltInfoSection("write-bolt-info-section",
WriteBoltInfoSection("bolt-info",
cl::desc("write bolt info section in the output binary"),
cl::init(true),
cl::ZeroOrMore,
cl::Hidden,
cl::cat(BoltOutputCategory));
bool isHotTextMover(const BinaryFunction &Function) {