Support/MachO: Add a bunch of defines.
authorCharles Davis <cdavis5x@gmail.com>
Tue, 27 Aug 2013 05:00:13 +0000 (05:00 +0000)
committerCharles Davis <cdavis5x@gmail.com>
Tue, 27 Aug 2013 05:00:13 +0000 (05:00 +0000)
commitbf778d0546a4d8814339d946ca5c7e52291cc00c
treec98b02ef136f3b0b7378b2e883faae39c6177679
parent442d5f6c4b2395914c5970012916ce3746a39c39
Support/MachO: Add a bunch of defines.

Right now we have two headers for the Mach-O format. I'd like to get rid
of one. Since the other object formats are all in Support, I chose to
keep the Mach-O header in Support, and discard the other one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189314 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MachO.h
lib/MC/MCObjectDisassembler.cpp
lib/Object/MachOObjectFile.cpp