This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Detemplate of HashTableSection<ELFT>
ClosedPublic

Authored by grimar on Sep 25 2017, 8:49 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Sep 25 2017, 8:49 AM
ruiu added inline comments.Sep 25 2017, 9:53 AM
ELF/SyntheticSections.cpp
1643 ↗(On Diff #116560)

A more natural way of writing the same expression is Buckets + Hash

grimar updated this revision to Diff 116649.Sep 26 2017, 1:14 AM
  • Addressed review comment.
ruiu accepted this revision.Sep 26 2017, 5:50 PM

LGTM

This revision is now accepted and ready to land.Sep 26 2017, 5:50 PM
This revision was automatically updated to reflect the committed changes.