diff options
Diffstat (limited to 'lld/ELF/InputSection.h')
| -rw-r--r-- | lld/ELF/InputSection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index 22eb33f779e..8ecfe131855 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -300,7 +300,7 @@ public: static bool classof(const SectionBase *S); - template <class ELFT> InputSectionBase *getRelocatedSection(); + InputSectionBase *getRelocatedSection(); template <class ELFT, class RelTy> void relocateNonAlloc(uint8_t *Buf, llvm::ArrayRef<RelTy> Rels); |

