[PATCH] D118313: [Driver] Remove -fno-experimental-new-pass-manager

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 27 00:34:29 PST 2022


nikic added a comment.

So this just forces you to change `-fno-experimental-new-pass-manager` to `-flegacy-pass-manager`? I'm not sure I see the point.

Note that removal of middle-end LegacyPM functionality is currently blocked on https://reviews.llvm.org/D98481 landing, which prevents NewPM deployment in the Rust ecosystem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118313



More information about the cfe-commits mailing list