diff options
Diffstat (limited to 'ELF/OutputSections.h')
-rw-r--r-- | ELF/OutputSections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ELF/OutputSections.h b/ELF/OutputSections.h index bcda77d1a26da..6405fb38c6d65 100644 --- a/ELF/OutputSections.h +++ b/ELF/OutputSections.h @@ -141,6 +141,8 @@ public: ~OutputSectionFactory(); void addInputSec(InputSectionBase *IS, StringRef OutsecName); + void addInputSec(InputSectionBase *IS, StringRef OutsecName, + OutputSection *&Sec); private: llvm::SmallDenseMap<SectionKey, OutputSection *> Map; |