[PATCH] D54424: [DWARF] Do not use PRIx32 for printing uint64_t values

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 14:34:21 PST 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Ah, OK - so it's not so much a problem of the file being read containing interesting 64 bit values, but the way the host architecture works that exposes this bug. Makes sense - thanks for walking me through it!


Repository:
  rL LLVM

https://reviews.llvm.org/D54424





More information about the llvm-commits mailing list