[llvm-commits] [llvm] r133844 - in /llvm/trunk: include/llvm/MC/MCMachObjectWriter.h lib/MC/MachObjectWriter.cpp lib/Target/ARM/ARMMachObjectWriter.cpp lib/Target/PowerPC/PPCAsmBackend.cpp lib/Target/X86/X86MachObjectWriter.cpp

Eric Christopher echristo at apple.com
Fri Jun 24 17:04:45 PDT 2011


On Jun 24, 2011, at 4:44 PM, Jim Grosbach wrote:

> Refactor MachO relocation generaration into the Target directories.
> 
> 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.

Oh, excellent.

-eric



More information about the llvm-commits mailing list