diff options
Diffstat (limited to 'contrib/llvm/tools/lld/ELF/Relocations.cpp')
-rw-r--r-- | contrib/llvm/tools/lld/ELF/Relocations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/lld/ELF/Relocations.cpp b/contrib/llvm/tools/lld/ELF/Relocations.cpp index 515a6dedee50..7082bce77405 100644 --- a/contrib/llvm/tools/lld/ELF/Relocations.cpp +++ b/contrib/llvm/tools/lld/ELF/Relocations.cpp @@ -849,7 +849,7 @@ static void processRelocAux(InputSectionBase &Sec, RelExpr Expr, RelType Type, return; } if (Sym.isGnuIFunc() && Config->ZIfuncnoplt) { - InX::RelaDyn->addReloc(Type, &Sec, Offset, &Sym, Addend, R_ADDEND, Type); + In.RelaDyn->addReloc(Type, &Sec, Offset, &Sym, Addend, R_ADDEND, Type); return; } bool CanWrite = (Sec.Flags & SHF_WRITE) || !Config->ZText; |