mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-28 05:40:35 +00:00
[NewPM] Add explicit init value to -enable-new-pm
So it's easier to test with it on by default. Reviewed By: ychen Differential Revision: https://reviews.llvm.org/D82922
This commit is contained in:
parent
25e66a23af
commit
5addf7faf9
@ -71,9 +71,8 @@ static codegen::RegisterCodeGenFlags CFG;
|
||||
static cl::list<const PassInfo*, bool, PassNameParser>
|
||||
PassList(cl::desc("Optimizations available:"));
|
||||
|
||||
static cl::opt<bool>
|
||||
EnableNewPassManager("enable-new-pm",
|
||||
cl::desc("Enable the new pass manager"));
|
||||
static cl::opt<bool> EnableNewPassManager(
|
||||
"enable-new-pm", cl::desc("Enable the new pass manager"), cl::init(false));
|
||||
|
||||
// This flag specifies a textual description of the optimization pass pipeline
|
||||
// to run over the module. This flag switches opt to use the new pass manager
|
||||
|
Loading…
Reference in New Issue
Block a user