[PATCH] D76195: [llvm-readobj][test] - Remove unused Offset key from reloc-types-*.test tests

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 06:57:00 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: rupprecht, atanasyan, emaste.
Herald added a reviewer: espindola.

This is a follow-up for D75608 <https://reviews.llvm.org/D75608>.
The `Offset` property is unused in these tests and can be removed to reduce them.

This patch does nothing with `reloc-types-elf-i386.test` which has a different
structure (it kind of tests the `Offset`, though the testing looks excessive to me).
I think we might want to split it later probably.


https://reviews.llvm.org/D76195

Files:
  llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-aarch64.test
  llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-arm.test
  llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-lanai.test
  llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-mips.test
  llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-mips64.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76195.250417.patch
Type: text/x-patch
Size: 47577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200315/1f1fd191/attachment-0001.bin>


More information about the llvm-commits mailing list