Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-headers.
authorKevin Enderby <enderby@apple.com>
Thu, 18 Dec 2014 23:13:26 +0000 (23:13 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 18 Dec 2014 23:13:26 +0000 (23:13 +0000)
commita2bd8d98a18e4927b247dc2443b2a63d0c0feb24
tree14be67778cc7330295a4adffbeeff4596e682c4b
parenta93d0023214191ae6b4bc7b950e437fc92a95c96
Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-headers.

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