[PATCH] D144482: [clang][docs] Document ThinLTO options for ld64.lld

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 21 07:24:31 PST 2023


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

lgtm with one additional stale comment fix needed.



================
Comment at: clang/docs/ThinLTO.rst:157
 pruning. Cache pruning is supported with gold, ld64 and ELF and COFF lld, but
 currently only gold, ELF and COFF lld allow you to control the policy with a
 policy string. The cache policy must be specified with a linker option.
----------------
Needs an update to add Mach-O to the lld list. Or maybe "only gold and lld" suffices now since it sounds like all lld formats support this now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144482



More information about the cfe-commits mailing list