summaryrefslogtreecommitdiffstats
path: root/llvm/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. llvm-svn: 133844
* Move ARMMachObjectWriter to its own file.Jim Grosbach2011-06-221-0/+32
Just tidy up a bit. No functional change. llvm-svn: 133638
OpenPOWER on IntegriCloud