diff options
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/X86/X86RelocationHandler.cpp')
-rw-r--r-- | lld/lib/ReaderWriter/ELF/X86/X86RelocationHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/X86/X86RelocationHandler.cpp b/lld/lib/ReaderWriter/ELF/X86/X86RelocationHandler.cpp index dc950851c26..15774bc3312 100644 --- a/lld/lib/ReaderWriter/ELF/X86/X86RelocationHandler.cpp +++ b/lld/lib/ReaderWriter/ELF/X86/X86RelocationHandler.cpp @@ -30,7 +30,7 @@ static int relocPC32(uint8_t *location, uint64_t P, uint64_t S, uint64_t A) { } std::error_code X86TargetRelocationHandler::applyRelocation( - ELFWriter &writer, llvm::FileOutputBuffer &buf, const lld::AtomLayout &atom, + ELFWriter &writer, llvm::FileOutputBuffer &buf, const AtomLayout &atom, const Reference &ref) const { uint8_t *atomContent = buf.getBufferStart() + atom._fileOffset; uint8_t *loc = atomContent + ref.offsetInAtom(); |