diff options
Diffstat (limited to 'ELF/Thunks.h')
| -rw-r--r-- | ELF/Thunks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Thunks.h b/ELF/Thunks.h index a9f49279f3f2..38ee090e75e1 100644 --- a/ELF/Thunks.h +++ b/ELF/Thunks.h @@ -51,7 +51,7 @@ public: // For a Relocation to symbol S create a Thunk to be added to a synthetic // ThunkSection. At present there are implementations for ARM and Mips Thunks. -template <class ELFT> Thunk *addThunk(uint32_t RelocType, SymbolBody &S); +Thunk *addThunk(uint32_t RelocType, SymbolBody &S); } // namespace elf } // namespace lld |
