This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj][test] - Cleanup hash-histogram.test
ClosedPublic

Authored by grimar on Dec 17 2019, 6:16 AM.

Details

Summary

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.

Diff Detail

Event Timeline

grimar created this revision.Dec 17 2019, 6:16 AM
Herald added a project: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Dec 17 2019, 6:19 PM
This revision is now accepted and ready to land.Dec 17 2019, 6:19 PM
This revision was automatically updated to reflect the committed changes.