[PATCH] D92433: [NewPM][LTO] Use new pass manager with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 15:01:15 PST 2020


MaskRay added a comment.

In LLD, we generally don't recommend configure-time default values. We expect the driver to set the proper options. We can default to true and let the clang driver pass `--no-lto-new-pass-manager` to LLD if needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92433



More information about the llvm-commits mailing list