MC/Mach-O: On second thought, use a custom hook for enabling aggressive
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Dec 2010 05:50:29 +0000 (05:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Dec 2010 05:50:29 +0000 (05:50 +0000)
commitb87422778c4e7b828e6e846b81fd77509439c622
treee5f793d37a506f17dd0554baf27cf3638a2777c1
parent32c1c5ae5f2bbf0c13bb1aed71384b86ee6b7cac
MC/Mach-O: On second thought, use a custom hook for enabling aggressive
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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122042 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCMachObjectWriter.h
lib/MC/MCMachObjectTargetWriter.cpp
lib/MC/MachObjectWriter.cpp
lib/Target/X86/X86AsmBackend.cpp