[PATCH] D123294: [gold] Remove support for legacy pass manager

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 02:35:00 PDT 2022


nikic created this revision.
nikic added reviewers: aeubanks, asbirlea.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This removes support for performing LTO using the legacy pass manager in gold. Explicitly enabling the new pass manager is retained as a no-op.


https://reviews.llvm.org/D123294

Files:
  llvm/test/tools/gold/X86/disable-verify.ll
  llvm/test/tools/gold/X86/new-pm.ll
  llvm/test/tools/gold/X86/opt-level.ll
  llvm/test/tools/gold/X86/opt-remarks.ll
  llvm/test/tools/gold/X86/slp-vectorize.ll
  llvm/test/tools/gold/X86/vectorize.ll
  llvm/tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123294.421140.patch
Type: text/x-patch
Size: 7608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220407/efc55251/attachment.bin>


More information about the llvm-commits mailing list