[PATCH] D17264: [Compiler-rt][MSan] Fix msan_print_shadow3.cc test for Big Endian archs

Mohit Bhakkad via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 05:44:43 PST 2016


mohit.bhakkad added a comment.

In http://reviews.llvm.org/D17264#355720, @eugenis wrote:

> Btw, is that consistent with how other tools print memory on big endian platforms? Like gdb and objdump. If not, this can be changed.


No, in gdb, endians are differentiated from byte level, so nibbles are not reversed while displaying.


Repository:
  rL LLVM

http://reviews.llvm.org/D17264





More information about the llvm-commits mailing list