Fix a formatting problems with llvm-size and the -m option.
authorKevin Enderby <enderby@apple.com>
Tue, 9 Feb 2016 18:33:15 +0000 (18:33 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 9 Feb 2016 18:33:15 +0000 (18:33 +0000)
commit2058e9dff09d2ba750602429717aa16d22e24719
treee47ea6b44a37c9686824815513ffdd384aa3dad8
parent24c46ad50f066e0368da1e6ad50458460857d9d5
Fix a formatting problems with llvm-size and the -m option.
It was using format() with a string for 64-bit types but was
passed a 32-bit type in places when printing values for
32-bit Mach-O files.

rdar://24542509

llvm-svn: 260243
llvm/test/tools/llvm-size/Inputs/darwin-m.o [new file with mode: 0644]
llvm/test/tools/llvm-size/darwin-m.test [new file with mode: 0644]
llvm/tools/llvm-size/llvm-size.cpp