diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-17 20:23:13 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-17 20:23:13 +0000 |
commit | 2dcc0c5ee66570f02392d1fbf29f573fa47258f8 (patch) | |
tree | 53ad75bacc9bf483218972b47eaf90b71f09a642 /ELF/Relocations.h | |
parent | 022ebf5bbf58ca2dd943d3376cc95a6b206db799 (diff) | |
download | src-2dcc0c5ee66570f02392d1fbf29f573fa47258f8.tar.gz src-2dcc0c5ee66570f02392d1fbf29f573fa47258f8.zip |
Notes
Diffstat (limited to 'ELF/Relocations.h')
-rw-r--r-- | ELF/Relocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Relocations.h b/ELF/Relocations.h index f8f0f11e14a9..f3512e0a89fc 100644 --- a/ELF/Relocations.h +++ b/ELF/Relocations.h @@ -119,7 +119,7 @@ template <class ELFT> void scanRelocations(InputSectionBase &); class ThunkSection; class Thunk; -template <class ELFT> class ThunkCreator { +class ThunkCreator { public: // Return true if Thunks have been added to OutputSections bool createThunks(ArrayRef<OutputSection *> OutputSections); |