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

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 06:50:50 PST 2022


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

LG!



================
Comment at: lld/MachO/InputFiles.h:55
 // from the start of the original pre-split InputSection.
 struct Subsection {
   uint64_t offset = 0;
----------------
what would we call this `Subsection` if InputSection were to be renamed?




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