================
@@ -219,7 +219,7 @@ static cl::list<std::string> PassPlugins("load-pass-plugin",
                                          cl::desc("Load plugin library"));
 
 static cl::opt<bool> EnableNewPassManager(
-    "enable-new-pm", cl::desc("Enable the new pass manager"), cl::init(false));
+    "enable-new-pm", cl::desc("Enable the new pass manager"), cl::init(true));
----------------
aheejin wrote:

Does this enable the new pass manager by default? Is this meant to be in this 
PR?

https://github.com/llvm/llvm-project/pull/210448
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to