This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Convert SymbolTableSection to input section
ClosedPublic

Authored by evgeny777 on Nov 16 2016, 3:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 updated this revision to Diff 78161.Nov 16 2016, 3:32 AM
evgeny777 retitled this revision from to [ELF] Convert SymbolTableSection 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.
grimar added inline comments.Nov 16 2016, 3:33 AM
ELF/SyntheticSections.cpp
1110 ↗(On Diff #78161)

Not relative to this patch but: do we need these cases ?

ruiu accepted this revision.Nov 16 2016, 9:22 AM
ruiu edited edge metadata.

LGTM

ELF/SyntheticSections.h
348 ↗(On Diff #78161)

You don't need this.

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