Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 5 Nov 2011 15:35:00 +0000 (15:35 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 5 Nov 2011 15:35:00 +0000 (15:35 +0000)
commit80cc2598f89d09a6df2b84a5f8cea813b280b17b
tree175f34fd841a9db589f0a602670e2c27def14bda
parent3f4c979e1b1e02e51443cf88f4b7ec47a6865aae
Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and
that breaks on big-endian machines.

I have to clean up the 32/64 bit confusion in libDebugInfo some day.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143812 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h