[llvm-branch-commits] [llvm] [WebAssembly] Port AsmPrinter (PR #210448)

Heejin Ahn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 19 18:51:24 PDT 2026


================
@@ -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


More information about the llvm-branch-commits mailing list