aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCMachObjectTargetWriter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-06-04MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach1-8/+5
Fix the FIXME and remove this old as(1) compat option. It was useful for bringup of the integrated assembler to diff object files, but now it's just causing more relocations than strictly necessary to be generated. rdar://21201804 llvm-svn: 239084
2010-12-17MC/Mach-O: On second thought, use a custom hook for enabling aggressiveDaniel Dunbar1-2/+4
IsSymbolRefDifferenceFullyResolved, it turns out this does change behavior on enough cases for x86-32 that I would rather wait a bit on it. - In practice, we will want to change this eventually because it only means we generate less relocations (it also eliminates the need for the horrible '.set' hack that Darwin requires in some places). llvm-svn: 122042
2010-12-16MC/Mach-O: Lift some MachObjectWriter arguments into the target specificDaniel Dunbar1-1/+3
interface. llvm-svn: 121981
2010-12-16MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar1-0/+18
llvm-svn: 121973