Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a non...
authorKevin Enderby <enderby@apple.com>
Thu, 21 Apr 2016 19:49:29 +0000 (19:49 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 21 Apr 2016 19:49:29 +0000 (19:49 +0000)
commit19be251e1c03e4e8c0e5fb1856691dd5713325cf
treed0ec78ef2e5e6e4926d925901822374d9cc52f8b
parent3e2e69f60723bf2fff06f9bce9c546bc958c0b32
Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a non-existent section.

Showed up in running on a large binary with the missing section.  I could create a fake
test case if anyone really wants but the fix is pretty obvious.

rdar://25837034

llvm-svn: 267037
llvm/tools/llvm-objdump/MachODump.cpp