[PATCH] D123752: [lld] Implement safe icf for MachO

Alex B via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 18:50:07 PDT 2022


alx32 created this revision.
alx32 added a reviewer: int3.
Herald added projects: lld-macho, All.
Herald added a reviewer: lld-macho.
alx32 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This change implements --icf=safe for MachO based on addrsig section that is implemented in D123751 <https://reviews.llvm.org/D123751>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123752

Files:
  lld/MachO/Driver.cpp
  lld/MachO/ICF.cpp
  lld/MachO/ICF.h
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/MachO/InputSection.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123752.422710.patch
Type: text/x-patch
Size: 5756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220414/ff2653a6/attachment.bin>


More information about the llvm-commits mailing list