This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Finalize .dynamic section at the end
ClosedPublic

Authored by atanasyan on Feb 2 2016, 12:43 AM.

Details

Summary

Some dynamic table tags like RELSZ and PLTRELSZ depend on result of finalizing corresponding relocation sections. Therefore we have to finalize .dynamic section at the end.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 46623.Feb 2 2016, 12:43 AM
atanasyan retitled this revision from to [ELF] Finalize .dynamic section at the end.
atanasyan updated this object.
atanasyan added reviewers: rafael, ruiu.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.
atanasyan added a subscriber: llvm-commits.
ruiu accepted this revision.Feb 2 2016, 12:54 AM
ruiu edited edge metadata.

LGTM

ELF/Writer.cpp
973

Remove this blank line.

This revision is now accepted and ready to land.Feb 2 2016, 12:54 AM
This revision was automatically updated to reflect the committed changes.