Expose MachOObjectFile externally, like we do for COFF. First step in reducing the...
authorOwen Anderson <resistor@mac.com>
Tue, 11 Oct 2011 17:32:27 +0000 (17:32 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 11 Oct 2011 17:32:27 +0000 (17:32 +0000)
commitf7c93a3867b45e42db6927536f76e7d2869ead60
tree2ec7fffed2b996748d66baac965d38145a9410bd
parent57dcb85a30133a9bc008f0b9ead81be03a23521e
Expose MachOObjectFile externally, like we do for COFF.  First step in reducing the amount of special-purpose code needed for llvm-objdump.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141684 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h [new file with mode: 0644]
lib/Object/MachOObjectFile.cpp