This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Convert StringTableSection to input section
ClosedPublic

Authored by evgeny777 on Nov 11 2016, 8:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 updated this revision to Diff 77620.Nov 11 2016, 8:05 AM
evgeny777 retitled this revision from to [ELF] Convert StringTableSection 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 11 2016, 10:38 AM
ruiu edited edge metadata.

LGTM

ELF/OutputSections.cpp
654 ↗(On Diff #77620)

I want to mention that this needs to eventually go away by finalizing sections in different order.

ELF/SyntheticSections.h
223 ↗(On Diff #77620)

Remove this blank line.

ELF/Writer.cpp
928–932 ↗(On Diff #77620)

Remove this.

This revision is now accepted and ready to land.Nov 11 2016, 10:38 AM
This revision was automatically updated to reflect the committed changes.