[PATCH] D92894: [LTO][NPM] Default to using NPM under ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 23:04:36 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

This will not give users a way to switch back to the legacy pass manager. We should add a linker option first (D92916 <https://reviews.llvm.org/D92916>), then teach ToolChains/CommonArgs.cpp to pass the option, finally we can do this. So please hold off on this a bit :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92894



More information about the llvm-commits mailing list