[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)
commit02d9945e6f11959887e2eefbbb5a635ff5087dbe
treee7c1d674c7e8fc8de422932a7b7e81e78f234ddb
parent307db0f8974d1b28d7b237cb0d50895efc7f6e6b
[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

llvm-svn: 310262
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp