diff options
Diffstat (limited to 'ELF/OutputSections.h')
| -rw-r--r-- | ELF/OutputSections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/OutputSections.h b/ELF/OutputSections.h index 08655a9ed67b..326348cd5a20 100644 --- a/ELF/OutputSections.h +++ b/ELF/OutputSections.h @@ -83,7 +83,6 @@ public: void sortInitFini(); void sortCtorsDtors(); template <class ELFT> void finalize(); - template <class ELFT> void maybeCompress(); void assignOffsets(); std::vector<InputSection *> Sections; @@ -149,6 +148,7 @@ private: }; uint64_t getHeaderSize(); +void reportDiscarded(InputSectionBase *IS); } // namespace elf } // namespace lld |
