[DWARF] Use PRIx64 instead of 'x' to format 64-bit values
authorSimon Atanasyan <simon@atanasyan.com>
Fri, 16 Nov 2018 13:14:26 +0000 (13:14 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Fri, 16 Nov 2018 13:14:26 +0000 (13:14 +0000)
commit705fbd5d4ff5abd39c5fb50c4a55988d78e94b68
treed55503508f45a84de81dd09bc90756890c77c95a
parent90c5b3f78ecfc08a428ea6022a5e80ddc437b99b
[DWARF] Use PRIx64 instead of 'x' to format 64-bit values

This is a follow-up to r346715. Use PRIx64 to formatted print of 64-bit
value in the `DWARFDebugLoclists::LocationList::dump` to escape problem
on big-endian hosts.

llvm-svn: 347049
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp