mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[BOLT] turning on the compact aligner by default
Summary: Making UseCompactAligner true by default (cherry picked from FBD9325158)
This commit is contained in:
committed by
Maksim Panchenko
parent
cd19f718b4
commit
41ed5431a0
@@ -65,7 +65,7 @@ BlockAlignment("block-alignment",
|
||||
cl::opt<bool>
|
||||
UseCompactAligner("use-compact-aligner",
|
||||
cl::desc("Use compact approach for aligning functions"),
|
||||
cl::init(false),
|
||||
cl::init(true),
|
||||
cl::ZeroOrMore,
|
||||
cl::cat(BoltOptCategory));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user