diff options
Diffstat (limited to 'lld/ELF/InputSection.h')
-rw-r--r-- | lld/ELF/InputSection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index 6b2ea4babdd..bb089d55aeb 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -183,6 +183,7 @@ public: typedef typename ELFT::uint uintX_t; EHInputSection(ObjectFile<ELFT> *F, const Elf_Shdr *Header); static bool classof(const InputSectionBase<ELFT> *S); + void split(); // Translate an offset in the input section to an offset in the output // section. |