commit | ff23d3e741ee9d7f7f1bd4a5cb0ff43b8b76389b | [log] [tgz] |
---|---|---|
author | Eugene Leviant <eleviant@accesssoftek.com> | Fri Nov 18 14:35:03 2016 +0000 |
committer | Eugene Leviant <eleviant@accesssoftek.com> | Fri Nov 18 14:35:03 2016 +0000 |
tree | aeee9adbcc9a5eb69f178304272b85478008ae09 | |
parent | df613198c0d6d208f57f02abc882b36b686fef64 [diff] [blame] |
[ELF] Convert PltSection to input section Differential revision: https://reviews.llvm.org/D26842 llvm-svn: 287346
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index c402bce..8bcf4d2 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp
@@ -743,7 +743,7 @@ if (needsPlt(Expr)) { if (Body.isInPlt()) continue; - Out<ELFT>::Plt->addEntry(Body); + In<ELFT>::Plt->addEntry(Body); uint32_t Rel; if (Body.isGnuIFunc() && !Preemptible)