[llvm-objdump] Update error message and add test case for mach-o file with bad librar...
authorNick Kledzik <kledzik@apple.com>
Tue, 14 Oct 2014 23:29:38 +0000 (23:29 +0000)
committerNick Kledzik <kledzik@apple.com>
Tue, 14 Oct 2014 23:29:38 +0000 (23:29 +0000)
commit1a0afd82b1f5e1f4e31f58f5323f5032d24be86c
tree8c4549b5f591baed48cff5a5e8e17bd33a9e8eb3
parent2bddd7cf6584709a7b1419c38c34749bb3962dcb
[llvm-objdump] Update error message and add test case for mach-o file with bad library ordinals

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219746 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/Inputs/bad-ordinal.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/macho-bad-ordinal.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp