Print the hex digits of each byte in the most significant first order, and print different bytes in the memory order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good, but it should be in the same commit as the test change, otherwise it would break the tests on little-endian targets.
Comment Actions
Sure, I will commit both revisions together. Are you okay with new revision of D17264?