Trying to fix the windows build.

llvm-svn: 267168
This commit is contained in:
Rafael Espindola 2016-04-22 17:10:28 +00:00
parent a40d8358e7
commit a630380a0c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ InputSectionBase<ELFT>::getOffset(const DefinedRegular<ELFT> &Sym) {
}
template <class ELFT>
static DefinedRegular<ELFT> *getRelocTargetSym(ObjectFile<ELFT> *File,
static DefinedRegular<ELFT> *getRelocTargetSym(elf::ObjectFile<ELFT> *File,
const typename ELFT::Rel &Rel) {
uint32_t SymIndex = Rel.getSymbol(Config->Mips64EL);
SymbolBody &B = File->getSymbolBody(SymIndex).repl();