[lld] r263382 - [ELF][MIPS] Add elf namespace name to the ObjectFile.
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 13 08:48:42 PDT 2016
Author: atanasyan
Date: Sun Mar 13 10:48:41 2016
New Revision: 263382
URL: http://llvm.org/viewvc/llvm-project?rev=263382&view=rev
Log:
[ELF][MIPS] Add elf namespace name to the ObjectFile.
NFC. Follow-up to r263381.
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=263382&r1=263381&r2=263382&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.cpp (original)
+++ lld/trunk/ELF/InputSection.cpp Sun Mar 13 10:48:41 2016
@@ -177,7 +177,7 @@ uint8_t *InputSectionBase<ELFT>::findMip
}
template <class ELFT, class uintX_t>
-static uintX_t adjustMipsSymVA(uint32_t Type, const ObjectFile<ELFT> &File,
+static uintX_t adjustMipsSymVA(uint32_t Type, const elf::ObjectFile<ELFT> &File,
const SymbolBody &Body, uintX_t AddrLoc,
uintX_t SymVA) {
if (Type == R_MIPS_HI16 && &Body == Config->MipsGpDisp)
More information about the llvm-commits
mailing list