[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
Wed Feb 17 23:10:21 PST 2016


mohit.bhakkad added a comment.

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

> maybe just define x_s as an array of char?


Even after that we will have differences, as shadow is printed in hex format(i.e. each nibble)
so "12" will be printed as "21", "78" as "87" etc.


Repository:
  rL LLVM

http://reviews.llvm.org/D17264





More information about the llvm-commits mailing list