[PATCH] D121052: [lld-macho][nfc] Reduce size of icfEqClass hash

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 5 20:16:49 PST 2022


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

LGTM barring the comment. You may want to change `std::vector<Reloc>` to SmallVector<Reloc, 0> to make it smaller.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121052



More information about the llvm-commits mailing list