[lld] r267168 - Trying to fix the windows build.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 10:10:29 PDT 2016


Author: rafael
Date: Fri Apr 22 12:10:28 2016
New Revision: 267168

URL: http://llvm.org/viewvc/llvm-project?rev=267168&view=rev
Log:
Trying to fix the windows build.

Modified:
    lld/trunk/ELF/InputSection.cpp

Modified: lld/trunk/ELF/InputSection.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.cpp?rev=267168&r1=267167&r2=267168&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.cpp (original)
+++ lld/trunk/ELF/InputSection.cpp Fri Apr 22 12:10:28 2016
@@ -78,7 +78,7 @@ InputSectionBase<ELFT>::getOffset(const
 }
 
 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();




More information about the llvm-commits mailing list