From d2bd9e70b16db88a7808ee2280b0a107afbfdd3b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:52:45 +0000 Subject: Vendor import of stripped lld trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/lld/trunk@375505 --- ELF/OutputSections.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ELF/OutputSections.h') diff --git a/ELF/OutputSections.h b/ELF/OutputSections.h index fff8327ea376..a24294eedf35 100644 --- a/ELF/OutputSections.h +++ b/ELF/OutputSections.h @@ -71,7 +71,9 @@ public: uint64_t addr = 0; uint32_t shName = 0; - void addSection(InputSection *isec); + void recordSection(InputSectionBase *isec); + void commitSection(InputSection *isec); + void finalizeInputSections(); // The following members are normally only used in linker scripts. MemoryRegion *memRegion = nullptr; -- cgit v1.2.3