[PATCH] D88762: [NPM] Port strip nonlinetable debuginfo pass to the new pass manager

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 16:56:01 PDT 2020


aeubanks added a comment.

Can you add a corresponding NPM RUN line (`-passes=strip-nonlinetable-debuginfo`) to a test?



================
Comment at: llvm/tools/opt/opt.cpp:73
 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));
 
----------------
we don't want to switch this now :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88762/new/

https://reviews.llvm.org/D88762



More information about the llvm-commits mailing list