diff options
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/SectionChunks.h')
-rw-r--r-- | lld/lib/ReaderWriter/ELF/SectionChunks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/SectionChunks.h b/lld/lib/ReaderWriter/ELF/SectionChunks.h index 1ee45244944..d43b8dd4b22 100644 --- a/lld/lib/ReaderWriter/ELF/SectionChunks.h +++ b/lld/lib/ReaderWriter/ELF/SectionChunks.h @@ -557,9 +557,9 @@ public: void setStringSection(StringTable<ELFT> *s) { _stringSection = s; } private: + llvm::BumpPtrAllocator _symbolAllocate; StringTable<ELFT> *_stringSection; std::vector<Elf_Sym*> _symbolTable; - llvm::BumpPtrAllocator _symbolAllocate; }; /// ELF Symbol Table |