diff options
-rw-r--r-- | lld/ELF/Relocations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index c3288ffb7fc..22ae1725af4 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -510,7 +510,6 @@ static void replaceWithDefined(Symbol &sym, SectionBase *sec, uint64_t value, sym.gotIndex = old.gotIndex; sym.verdefIndex = old.verdefIndex; sym.ppc64BranchltIndex = old.ppc64BranchltIndex; - sym.isPreemptible = true; sym.exportDynamic = true; sym.isUsedInRegularObj = true; } |