]> granicus.if.org Git - llvm/commit
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-headers.
authorKevin Enderby <enderby@apple.com>
Fri, 19 Dec 2014 21:06:24 +0000 (21:06 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 19 Dec 2014 21:06:24 +0000 (21:06 +0000)
commit728b8cfc76e6cdce8a113bfb86effb162a4b014f
treec92453038f8953e95c173d0c6b3877963d5bf416
parent9caa5bdec055fcf09edb00c5d24765400ad1899b
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224616 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/dylibSubClient.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/macho-private-headers.test
tools/llvm-objdump/MachODump.cpp