This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] - Remove excessive fields when dumping "Version symbols".
ClosedPublic

Authored by grimar on Oct 9 2019, 7:19 AM.

Details

Summary

This removes a few fields that are not useful:
"Section Name", "Address", "Offset" and "Link"
(they duplicated the information available under
the "Sections [" tag).

Diff Detail

Event Timeline

grimar created this revision.Oct 9 2019, 7:19 AM
grimar planned changes to this revision.Oct 10 2019, 1:05 AM

Going to remove renaming part.

And removes few fields that are not useful:

"Section Name", "Address", "Ofsset" and "Link"

Typo: Ofsset.

This part looks good.

grimar updated this revision to Diff 224317.Oct 10 2019, 4:48 AM
grimar edited the summary of this revision. (Show Details)
  • Addressed review comments.
  • Removed a tag renaming change from this patch.
grimar retitled this revision from [llvm-readobj] - Cleanup "Version symbols" dumping. to [llvm-readobj] - Remove excessive fields when dumping "Version symbols"..Oct 10 2019, 4:49 AM
MaskRay accepted this revision.Oct 10 2019, 9:52 PM
This revision is now accepted and ready to land.Oct 10 2019, 9:52 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2019, 5:26 AM