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

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 19 20:44:11 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));
----------------
boomanaiden154 wrote:

Just for llc. It was left over from testing. It should be pulled out in the latest version of the patch.


https://github.com/llvm/llvm-project/pull/210448


More information about the llvm-branch-commits mailing list