This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Fixed padding for CIE/FDE entries of .eh_frame section
ClosedPublic

Authored by grimar on Dec 18 2015, 4:36 AM.

Diff Detail

Event Timeline

grimar updated this revision to Diff 43216.Dec 18 2015, 4:36 AM
grimar retitled this revision from to [ELF] - Fixed padding for CIE/FDE entries of .eh_frame section.
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: Restricted Project, grimar.
ruiu accepted this revision.Dec 18 2015, 3:35 PM
ruiu edited edge metadata.

LGTM

ELF/OutputSections.cpp
1047

AlignedLen -> Len

(Since padding is included in length field.)

This revision is now accepted and ready to land.Dec 18 2015, 3:35 PM
This revision was automatically updated to reflect the committed changes.