Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers.
authorKevin Enderby <enderby@apple.com>
Fri, 19 Dec 2014 22:25:22 +0000 (22:25 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 19 Dec 2014 22:25:22 +0000 (22:25 +0000)
commit52e4ce4a536705e8776c6026ae5bfca5d480ad55
tree346e57097c0e381c0ea1f26ff05efbd29ff8e40b
parent5459af15f9eaab5e7f28a74a45c811fbcd4e8e60
Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers.

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