[PATCH] D63647: [llvm-readobj/llvm-readelf] - Eliminate the elf-groups.x86_64 precompiled binary from the inputs.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 06:18:17 PDT 2019


grimar created this revision.
grimar added reviewers: jhenderson, jakehehrlich, MaskRay, alexshap, rupprecht.

We do not need the `elf-groups.x86_64`.
In one of the tests it was used for no solid reason,
and for the second test case we can use YAML input
with `SHT_GROUP` sections.

The patch performs a cleanup of these test cases
and removes the precompiled binary.


https://reviews.llvm.org/D63647

Files:
  test/tools/llvm-readobj/Inputs/elf-groups.x86_64
  test/tools/llvm-readobj/elf-groups.test
  test/tools/llvm-readobj/print-section.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63647.205982.patch
Type: text/x-patch
Size: 5545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190621/0d73e6e2/attachment.bin>


More information about the llvm-commits mailing list