This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj][test] - Cleanup SHT_RELR sections testing.
ClosedPublic

Authored by grimar on Dec 25 2019, 3:49 AM.

Details

Summary

After recent changes (D71872) in yaml2obj, it is possible so cleanup
testing of the SHT_RELR sections.

Diff Detail

Event Timeline

grimar created this revision.Dec 25 2019, 3:49 AM
Herald added a project: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Dec 26 2019, 9:59 PM
This revision is now accepted and ready to land.Dec 26 2019, 9:59 PM

Looks good to me, aside from the need to rebase.

llvm/test/tools/llvm-readobj/ELF/relr-relocs.test
88

This needs rebasing, right?

grimar updated this revision to Diff 238224.Jan 15 2020, 5:19 AM
grimar marked 2 inline comments as done.
  • Rebased.
llvm/test/tools/llvm-readobj/ELF/relr-relocs.test
88

I guess the dependency was needed to be landed first. Now it is.

jhenderson accepted this revision.Jan 15 2020, 5:34 AM
grimar marked 2 inline comments as done.Jan 15 2020, 7:43 AM
grimar added inline comments.
llvm/test/tools/llvm-readobj/ELF/relr-relocs.test
88

This needs rebasing, right?

Right. Sorry, I've missed it because had a strange git error during rebasing today and finally decided to recreate this patch for reposting.
This hide this issue from me: "OffsetsAndBitmaps" should have been renamed to "Entries". I've found it during pre-commit check-llvm run and fixed.

This revision was automatically updated to reflect the committed changes.