diff options
Diffstat (limited to 'contrib/llvm/tools/lld/ELF/OutputSections.h')
-rw-r--r-- | contrib/llvm/tools/lld/ELF/OutputSections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lld/ELF/OutputSections.h b/contrib/llvm/tools/lld/ELF/OutputSections.h index bcda77d1a26d..6405fb38c6d6 100644 --- a/contrib/llvm/tools/lld/ELF/OutputSections.h +++ b/contrib/llvm/tools/lld/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; |