This is an archive of the discontinued LLVM Phabricator instance.

[yaml2obj] - Add support of Offset for .strtab/.shstrtab/.dynstr sections.
ClosedPublic

Authored by grimar on Oct 30 2020, 1:03 AM.

Details

Summary

These sections are implicit and handled a bit differently.
Currently the "Offset" is ignored for them.
This patch fixes an issue.

Diff Detail

Event Timeline

grimar created this revision.Oct 30 2020, 1:03 AM
Herald added a project: Restricted Project. · View Herald Transcript
grimar requested review of this revision.Oct 30 2020, 1:03 AM
This revision is now accepted and ready to land.Nov 2 2020, 12:28 AM