[PATCH] D73105: [llvm-readobj] - Add a test for --hash-table option.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 07:07:41 PST 2020


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

We had no test for --hash-table in tools/llvm-readobj.

The one we had was in test/Object and checked that
it is possible to dump the hash table even when an object
doesn't have a section header table.

In this patch I created a test, moved and merged the existent one.
During moving I converted it to be YAML based to stop using the
precompiled binary.


https://reviews.llvm.org/D73105

Files:
  llvm/test/Object/Inputs/no-section-table.so
  llvm/test/Object/no-section-table.test
  llvm/test/tools/llvm-readobj/ELF/hash-table.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73105.239313.patch
Type: text/x-patch
Size: 4939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/d7c3993b/attachment.bin>


More information about the llvm-commits mailing list