This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Remove dependency on hexdump from lit tests
ClosedPublic

Authored by jhenderson on Aug 21 2017, 6:57 AM.

Details

Summary

hexdump is not part of the GNU coreutils, and so is not required to be able to build and test LLVM, according to the documentation. This change removes the dependency on hexdump from a lit test.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Aug 21 2017, 6:57 AM
grimar accepted this revision.Aug 21 2017, 7:01 AM

LGTM, thanks !

This revision is now accepted and ready to land.Aug 21 2017, 7:01 AM
davide added a subscriber: davide.Aug 21 2017, 7:11 AM

LGTM, thanks James.

This revision was automatically updated to reflect the committed changes.