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

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 22:30:28 PST 2016


eugenis added a comment.

Hm, r210335 looks weird. So, the way you suggest is to print the hex digits of each byte in the most significant first order, and print different bytes in the memory order. Sounds reasonable, let's do it.


Repository:
  rL LLVM

http://reviews.llvm.org/D17264





More information about the llvm-commits mailing list