From a630380a0c08c6b33e08679994c9d94d699274c2 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 22 Apr 2016 17:10:28 +0000 Subject: [PATCH] Trying to fix the windows build. llvm-svn: 267168 --- lld/ELF/InputSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp index 29fa7a6323ee..98a39fba9fe2 100644 --- a/lld/ELF/InputSection.cpp +++ b/lld/ELF/InputSection.cpp @@ -78,7 +78,7 @@ InputSectionBase::getOffset(const DefinedRegular &Sym) { } template -static DefinedRegular *getRelocTargetSym(ObjectFile *File, +static DefinedRegular *getRelocTargetSym(elf::ObjectFile *File, const typename ELFT::Rel &Rel) { uint32_t SymIndex = Rel.getSymbol(Config->Mips64EL); SymbolBody &B = File->getSymbolBody(SymIndex).repl();