[PATCH] D71606: [llvm-readobj][test] - Cleanup hash-histogram.test
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 06:20:21 PST 2019
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: seiya, rupprecht, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
In this test case we use 3 precompiled objects to
test how we print a histogram for an GNU hash section.
It does not make sense to use precompiled objects
for that. Also we could have 2 tests: one for 32 and
another for 64 bits target.
This patch does this change. It is not possible to remove
these precompiled objects because they are used elsewhere.
https://reviews.llvm.org/D71606
Files:
llvm/test/tools/llvm-readobj/ELF/hash-histogram.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71606.234286.patch
Type: text/x-patch
Size: 4634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191217/d12d16f7/attachment.bin>
More information about the llvm-commits
mailing list