[PATCH] D121053: [lld-macho] Deduplicate the `__objc_classrefs` section contents

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 6 12:59:54 PST 2022


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


================
Comment at: lld/MachO/InputFiles.cpp:264
+    return target->wordSize == 8 ? 32 : 16;
+  else if (name == section_names::objcClassRefs &&
+           segname == segment_names::data)
----------------
no else after return


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121053



More information about the llvm-commits mailing list