Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-headers.
authorKevin Enderby <enderby@apple.com>
Fri, 19 Dec 2014 19:48:16 +0000 (19:48 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 19 Dec 2014 19:48:16 +0000 (19:48 +0000)
commit2ef4e25dd117fcd0947136fbc831e9bfe1dccfbe
tree44d5f74245f39dab6e192a04925340b9ae379917
parent424493a8fc1ede8b4a3eacb887ad021b1b251444
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224607 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
include/llvm/Support/MachO.h
lib/Object/MachOObjectFile.cpp
test/tools/llvm-objdump/X86/Inputs/dylibSubLibrary.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/macho-private-headers.test
tools/llvm-objdump/MachODump.cpp