diff options
Diffstat (limited to 'lld/ELF/Relocations.cpp')
| -rw-r--r-- | lld/ELF/Relocations.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index 55d381fcc1f..5c4a797a17e 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -198,7 +198,7 @@ handleTlsRelocation(RelType Type, Symbol &Sym, InputSectionBase &C,      return 1;    } -  if (isRelExprOneOf<R_TLSLD_PC, R_TLSLD_GOT_FROM_END>(Expr)) { +  if (isRelExprOneOf<R_TLSLD_GOT, R_TLSLD_GOT_FROM_END, R_TLSLD_PC>(Expr)) {      // Local-Dynamic relocs can be relaxed to Local-Exec.      if (!Config->Shared) {        C.Relocations.push_back( | 

