[PATCH] D103978: [lld-macho][nfc] Have InputSection ctors take some parameters

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 05:35:06 PDT 2021


thakis accepted this revision.
thakis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/MachO/InputFiles.cpp:245
 template <class Section>
 static void parseSection(ObjFile *file, const uint8_t *buf, const Section &sec,
                          InputSection *isec) {
----------------
I think you're removing all callers of this below -- remove this function, it should be unused.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103978



More information about the llvm-commits mailing list