diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 7ed145229a1..084c2c3d319 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -354,7 +354,7 @@ private: std::vector<SectionPiece> splitInputSection(const EHInputSection<ELFT> *Sec); template <class RelTy> - CieRecord &addCie(SectionPiece &Piece, EHInputSection<ELFT> *Sec, + CieRecord *addCie(SectionPiece &Piece, EHInputSection<ELFT> *Sec, ArrayRef<RelTy> Rels); template <class RelTy> |