StreamWriter: List basic types instead of derived ones in HexNumber
authorMatthias Braun <matze@braunis.de>
Sat, 17 Oct 2015 00:08:45 +0000 (00:08 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 17 Oct 2015 00:08:45 +0000 (00:08 +0000)
commitcc2082e98f780a1719383d7a7d5bcc997cc5b7c3
tree95f06241228da05c7c67c1d99de3e86c42c07de2
parentc453b3420c1e74d3f4435e70bffb4d8ae9dcd6ec
StreamWriter: List basic types instead of derived ones in HexNumber

This avoids problems with different (u)intXX definition on different
platforms. Specifically this fixes a case on OS/X which had uint64_t
defined as unsigned long long.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250589 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/StreamWriter.h