This is an archive of the discontinued LLVM Phabricator instance.

Use od instead of hexdump.
ClosedPublic

Authored by ruiu on Sep 2 2016, 1:19 PM.

Details

Summary

od is defined by POSIX and exists since version 1 AT&T Unix.
hexdump is not part of any standard as far as I know.
So od is a better choice than hexdump.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 70217.Sep 2 2016, 1:19 PM
ruiu retitled this revision from to Use od instead of hexdump..
ruiu updated this object.
ruiu added reviewers: grimar, tstellarAMD.
ruiu added a subscriber: llvm-commits.
davide added a subscriber: davide.Sep 2 2016, 1:21 PM

lgtm assuming it's available on windows as well (as part of wingnu32)

grimar accepted this revision.Sep 2 2016, 1:23 PM
grimar edited edge metadata.

Works for me on windows. I am using GnuWin32.

This revision is now accepted and ready to land.Sep 2 2016, 1:23 PM
This revision was automatically updated to reflect the committed changes.