[PATCH] D32609: Update llvm-readobj -coff-resources to display tree structure.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 10:24:18 PDT 2017


uweigand added a comment.

It looks like this broke SystemZ, and probably all big-endian platforms:
http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/8010/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Aresources.test

>From the symptoms, it appears that the little-endian UTF16 halfwords from the COFF binary never get translated to big-endian host byte order.


Repository:
  rL LLVM

https://reviews.llvm.org/D32609





More information about the llvm-commits mailing list