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)
commit36c8d3ae63c0026b2d36a420496ab9f9f9d966a4
treea25b5e4eaa41e58fae04e538dcc7fc2bcebd3848
parent4aeb19893bab27da6ffc6f95a01c6a38d664dbd2
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-headers.

llvm-svn: 224607
llvm/include/llvm/Object/MachO.h
llvm/include/llvm/Support/MachO.h
llvm/lib/Object/MachOObjectFile.cpp
llvm/test/tools/llvm-objdump/X86/Inputs/dylibSubLibrary.macho-x86_64 [new file with mode: 0755]
llvm/test/tools/llvm-objdump/X86/macho-private-headers.test
llvm/tools/llvm-objdump/MachODump.cpp