aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMMachObjectWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-241-0/+357
| | | | | | | | | | Move the target-specific RecordRelocation logic out of the generic MC MachObjectWriter and into the target-specific object writers. This allows nuking quite a bit of target knowledge from the supposedly target-independent bits in lib/MC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133844 91177308-0d34-0410-b5e6-96231b3b80d8
* Move ARMMachObjectWriter to its own file.Jim Grosbach2011-06-221-0/+32
Just tidy up a bit. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133638 91177308-0d34-0410-b5e6-96231b3b80d8