diff options
Diffstat (limited to 'lld/ELF/Writer.cpp')
| -rw-r--r-- | lld/ELF/Writer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index f141eaee368..533ac47f937 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -1567,9 +1567,6 @@ template <class ELFT> void Writer<ELFT>::finalizeSections() { if (!Config->Relocatable) forEachRelSec(scanRelocations<ELFT>); - // Apply changes caused by relocations to wrapped symbols - Symtab->applySymbolWrapReloc(); - if (InX::Plt && !InX::Plt->empty()) InX::Plt->addSymbols(); if (InX::Iplt && !InX::Iplt->empty()) |

