MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct algorithm...
authorDaniel Dunbar <daniel@zuster.org>
Fri, 19 Mar 2010 03:18:18 +0000 (03:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 19 Mar 2010 03:18:18 +0000 (03:18 +0000)
commit034843ac8bca36d14ef9d83b50596354b5f3420f
tree2f3ffe9cabd48fd001e3079190c28273583f211a
parent8ad0dccbf2f0c5ecf9fdad93ac0207f6eaabaa1b
MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct algorithm (used on x86_64) for determining whether an evaluated fixup is fully resolved (doesn't need relocation).
 - Test cases will follow, once we have x86_64 relocation support.

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