Fix the arm build bots for a test that was added. A printing routine was incorrectly...
authorKevin Enderby <enderby@apple.com>
Tue, 16 Dec 2014 18:58:11 +0000 (18:58 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 16 Dec 2014 18:58:11 +0000 (18:58 +0000)
commit6e5ad1fc76e1f5a90d5995b8227d55462e453368
treeb79b238a0e249dfc6c6331b3b46dfd987d66de84
parent41100285aaa017e5d72bdd5b89852a20928213cb
Fix the arm build bots for a test that was added.  A printing routine was incorrectly using PRIx32
when it should have been using PRIx64 for the value that was passed as uint64_t .

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