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:
parent
f353064d08
commit
6a339b9949
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user