We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22091b commit 9a5e3a4Copy full SHA for 9a5e3a4
llvm/tools/opt/opt.cpp
@@ -71,9 +71,8 @@ static codegen::RegisterCodeGenFlags CFG;
71
static cl::list<const PassInfo*, bool, PassNameParser>
72
PassList(cl::desc("Optimizations available:"));
73
74
-static cl::opt<bool>
75
- EnableNewPassManager("enable-new-pm",
76
- 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));
77
78
// This flag specifies a textual description of the optimization pass pipeline
79
// to run over the module. This flag switches opt to use the new pass manager
0 commit comments