Move structures and classes into header files, providing two new headers and
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 3 Jun 2009 03:43:31 +0000 (03:43 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 3 Jun 2009 03:43:31 +0000 (03:43 +0000)
commita321dcd38d2bdafa06537515de97787aa0e83974
tree0ea55805a1b321c85facc4a03744d6258893f883
parent6ecc2602a6898fb610d958d1f50d356042a8c0d1
Move structures and classes into header files, providing two new headers and
one new .cpp file, in preparation for merging in the Direct Object Emission
changes we're working on. No functional changes.
Fixed coding style issues on the original patch. Patch by Aaron Gray

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72754 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachO.h [new file with mode: 0644]
lib/CodeGen/MachOCodeEmitter.cpp [new file with mode: 0644]
lib/CodeGen/MachOCodeEmitter.h [new file with mode: 0644]
lib/CodeGen/MachOWriter.cpp
lib/CodeGen/MachOWriter.h