This is an archive of the discontinued LLVM Phabricator instance.

[yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" property.
ClosedPublic

Authored by grimar on Nov 26 2019, 3:05 AM.

Details

Summary

There is no way to set raw content for SHT_GNU_verdef section.
This patch implements it.

Diff Detail

Event Timeline

grimar created this revision.Nov 26 2019, 3:05 AM
jhenderson accepted this revision.Nov 26 2019, 4:16 AM

LGTM, with one nit.

llvm/test/tools/yaml2obj/ELF/verdef-section.yaml
135

togethe -> together

This revision is now accepted and ready to land.Nov 26 2019, 4:16 AM
This revision was automatically updated to reflect the committed changes.
grimar marked an inline comment as done.