This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] - Simplify elf-hash-symbols.test. NFCI.
ClosedPublic

Authored by grimar on Nov 6 2019, 1:19 AM.

Details

Summary

It converts binary contents of .hash and .gnu.hash that were generated by a linker
to YAML descriptions.
I've also dropped Shift2 and BloomFilter values because they are not needed here.

Diff Detail

Event Timeline

grimar created this revision.Nov 6 2019, 1:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2019, 1:19 AM
This revision is now accepted and ready to land.Nov 6 2019, 2:27 AM
MaskRay accepted this revision.Nov 6 2019, 9:27 AM
This revision was automatically updated to reflect the committed changes.