diff options
Diffstat (limited to 'llvm/lib/MC/MachObjectWriter.cpp')
| -rw-r--r-- | llvm/lib/MC/MachObjectWriter.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/MC/MachObjectWriter.cpp b/llvm/lib/MC/MachObjectWriter.cpp index b225802..619954c 100644 --- a/llvm/lib/MC/MachObjectWriter.cpp +++ b/llvm/lib/MC/MachObjectWriter.cpp @@ -1123,15 +1123,10 @@ public:                         UndefinedSymbolData);    } -    bool IsFixupFullyResolved(const MCAssembler &Asm,                              const MCValue Target,                              bool IsPCRel,                              const MCFragment *DF) const { -    // If we aren't using scattered symbols, the fixup is fully resolved. -    if (!Asm.getBackend().hasScatteredSymbols()) -      return true; -      // Otherwise, determine whether this value is actually resolved; scattering      // may cause atoms to move.  | 
