[PATCH] D118797: [lld-macho][nfc] Eliminate InputSection::Shared

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 06:55:57 PST 2022


int3 added inline comments.


================
Comment at: lld/MachO/InputFiles.h:55
 // from the start of the original pre-split InputSection.
 struct Subsection {
   uint64_t offset = 0;
----------------
oontvoo wrote:
> what would we call this `Subsection` if InputSection were to be renamed?
> 
> 
`SubsectionEntry` maybe. It is, after all, an entry into an ordered-map-like structure...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118797



More information about the llvm-commits mailing list