[PATCH] D102964: [lld-macho] Implement cstring deduplication

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 15:48:28 PDT 2021


alexshap added inline comments.


================
Comment at: lld/MachO/InputSection.h:101
+struct StringPiece {
+  uint32_t inSecOff;
+  uint32_t hash;
----------------
would be good to add comments for these fields (inSecOff, outSecOff)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102964



More information about the llvm-commits mailing list