Fix failure on builder clang-cmake-mips where it was printing a 32-bit address
authorKevin Enderby <enderby@apple.com>
Mon, 6 Apr 2015 22:33:43 +0000 (22:33 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 6 Apr 2015 22:33:43 +0000 (22:33 +0000)
commit310c640b641dfafd3a4a17d4dd23dc46b5f8e21d
tree1714e2fac395d4b852c618ad27735f9d6719cfd2
parent2b8aee8cfab4399e94b5530dbadab1a831b564ca
Fix failure on builder clang-cmake-mips where it was printing a 32-bit address
incorrectly because it came from an expression using S.getAddress() which always
returns a 64-bit value.

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