MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Dec 2010 04:54:58 +0000 (04:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Dec 2010 04:54:58 +0000 (04:54 +0000)
commit32c1c5ae5f2bbf0c13bb1aed71384b86ee6b7cac
treef851141127fb636f4c6822bc8eedb4fc93786bfb
parent1f3662abba2abdf5a0ab77095834271fcf846579
MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
 - Unlike for fixups, we always do the "reliable" thing (not just for x86_64).
 - Since Darwin 'as' would typically reject things that using this will allow,
   we don't need to worry about compatibility.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122038 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MachObjectWriter.cpp