diff options
Diffstat (limited to 'lld/ELF/SyntheticSections.h')
| -rw-r--r-- | lld/ELF/SyntheticSections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 40ce02fce33..88b1dd29231 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -790,7 +790,7 @@ private: }; template <class ELFT> InputSection *createCommonSection(); -template <class ELFT> InputSection *createInterpSection(); +InputSection *createInterpSection(); template <class ELFT> MergeInputSection<ELFT> *createCommentSection(); template <class ELFT> SymbolBody *addSyntheticLocal(StringRef Name, uint8_t Type, uint64_t Value, |

