diff options
Diffstat (limited to 'lld/ELF/OutputSections.cpp')
| -rw-r--r-- | lld/ELF/OutputSections.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index 5163fe23a73..1f72e123cd3 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -1089,10 +1089,9 @@ static typename ELFFile<ELFT>::uintX_t readEntryLength(ArrayRef<uint8_t> D) { } template <class ELFT> -template <bool IsRela> -void EHOutputSection<ELFT>::addSectionAux( - EHInputSection<ELFT> *S, - iterator_range<const Elf_Rel_Impl<ELFT, IsRela> *> Rels) { +template <class RelTy> +void EHOutputSection<ELFT>::addSectionAux(EHInputSection<ELFT> *S, + iterator_range<const RelTy *> Rels) { const endianness E = ELFT::TargetEndianness; S->OutSec = this; |

