For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-O files
authorKevin Enderby <enderby@apple.com>
Thu, 16 Apr 2015 22:33:20 +0000 (22:33 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 16 Apr 2015 22:33:20 +0000 (22:33 +0000)
commit4906c5787661f305dd2d1a552b36fe0baa086bb9
tree6b3ca44340112bcb6a01935d78662716f705aba7
parent1d30e3faf29e21894d1e3d87a0b4ce424acc2935
For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-O files
with the -section option as objc_protocol_t structs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235141 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/macho-objc-meta-data.test
tools/llvm-objdump/MachODump.cpp