diff options
Diffstat (limited to 'lib/MC/ELFObjectWriter.cpp')
| -rw-r--r-- | lib/MC/ELFObjectWriter.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index 4d139132df46..30f357826805 100644 --- a/lib/MC/ELFObjectWriter.cpp +++ b/lib/MC/ELFObjectWriter.cpp @@ -633,9 +633,6 @@ void ELFObjectWriter::recordRelocation(MCAssembler &Asm,    MCContext &Ctx = Asm.getContext();    if (const MCSymbolRefExpr *RefB = Target.getSymB()) { -    assert(RefB->getKind() == MCSymbolRefExpr::VK_None && -           "Should not have constructed this"); -      // Let A, B and C being the components of Target and R be the location of      // the fixup. If the fixup is not pcrel, we want to compute (A - B + C).      // If it is pcrel, we want to compute (A - B + C - R). | 
