OSDN Git Service

[DWARF] Fix an incorrect format specifier.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 16 Jul 2019 06:56:10 +0000 (06:56 +0000)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 16 Jul 2019 06:56:10 +0000 (06:56 +0000)
commit43f716bf617433b31c2597d2dfb50d86d0c4ee8f
treeee0640b715490072876a1d35cb06bee1eb9edc24
parentd29649567daa79bf5f1c21d97f37ed3057c53839
[DWARF] Fix an incorrect format specifier.

This adjusts the format specifier because PCOffset is uint16_t.

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

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