llvm-objdump: don't crash when __compact_unwind has no relocs.
authorTim Northover <tnorthover@apple.com>
Tue, 9 Sep 2014 10:45:06 +0000 (10:45 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 9 Sep 2014 10:45:06 +0000 (10:45 +0000)
commit4faf24b6b719eedc2b7dcc8b8047deb4774d4a3f
tree2ad9f1d0ac28399cd946154858b213f4d57c1694
parentf29c5818bf12671fac079feb4f50d4b039da688f
llvm-objdump: don't crash when __compact_unwind has no relocs.

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