aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachOWriterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Put destructor out-of-line.Bill Wendling2007-02-031-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33817 91177308-0d34-0410-b5e6-96231b3b80d8
* New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling2007-01-241-0/+23
that the MachOWriter needs in order to do its writing stuff 'n things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33475 91177308-0d34-0410-b5e6-96231b3b80d8