llvm-objdump: use portable format specifiers for info.
authorTim Northover <tnorthover@apple.com>
Fri, 8 Aug 2014 12:00:09 +0000 (12:00 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 8 Aug 2014 12:00:09 +0000 (12:00 +0000)
commit5ccbb28fc9d5869438e34342768cc508318e37f9
treeaa004f77496f3a230f6854e0b429b133df748431
parentda52aa04d9f9685408829a95d5e30e8d3237d0ff
llvm-objdump: use portable format specifiers for info.

ARM bots (& others, I think, now that I look) were failing because we
were using incorrect printf-style format specifiers. They were wrong
on almost any platform, actually, just mostly harmlessly so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215196 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MachODump.cpp