This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Convert GnuHashTableSection to input section
ClosedPublic

Authored by evgeny777 on Nov 17 2016, 3:18 AM.

Details

Summary

Other changes:

  • SyntheticSections.h: SymbolTableEntry was also moved with this change, so no need to include OutputSections.h any longer
  • Writer.cpp: In<ELFT>::DynSymTab is finalized in a same call to finalizeSynthetic with all other synthetic sections.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 updated this revision to Diff 78341.Nov 17 2016, 3:18 AM
evgeny777 retitled this revision from to [ELF] Convert GnuHashTableSection to input section.
evgeny777 updated this object.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
ruiu accepted this revision.Nov 17 2016, 9:28 AM
ruiu edited edge metadata.

LGTM

ELF/Writer.cpp
951–952 ↗(On Diff #78341)

Thank you for updating the comment.

This revision is now accepted and ready to land.Nov 17 2016, 9:28 AM
This revision was automatically updated to reflect the committed changes.