]> granicus.if.org Git - llvm/commit
[DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64
authorSimon Dardis <simon.dardis@imgtec.com>
Mon, 7 Aug 2017 15:37:57 +0000 (15:37 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Mon, 7 Aug 2017 15:37:57 +0000 (15:37 +0000)
commita09f2fcb334c17c51090260c93bc47ea9f6082bc
tree32b9a5250d100dcd13a017dcdb0d28da3436cce6
parenta64c8c9af1e39628793f57b7a5af753a8aa3309d
[DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64

These lead to tests failing spuriously as the values after being rendered to a
string were incorrect.

Reviewers: clayborg

Differential Revision: https://reviews.llvm.org/D36319

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFVerifier.cpp