update parallel parallel_bolt_hhvm.test

Summary: update parallel_bolt_hhvm.test

Reviewed By: maksfb

Differential Revision: D16655093

fbshipit-source-id: 1a305543a2f
This commit is contained in:
laith sakka 2019-08-05 13:56:48 -07:00 committed by Facebook Github Bot
parent f353064d08
commit 6a339b9949

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) {