From fcb19e19d0412f7986d158578b13d11858cf253c Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Tue, 21 Apr 2015 17:02:35 +0000 Subject: [Mips] Write .reginfo section into the separate PT_MIPS_REGINFO segment llvm-svn: 235391 --- lld/lib/ReaderWriter/ELF/SectionChunks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lld/lib/ReaderWriter/ELF/SectionChunks.h') diff --git a/lld/lib/ReaderWriter/ELF/SectionChunks.h b/lld/lib/ReaderWriter/ELF/SectionChunks.h index 7b78e265cd7..2c8fe280a5e 100644 --- a/lld/lib/ReaderWriter/ELF/SectionChunks.h +++ b/lld/lib/ReaderWriter/ELF/SectionChunks.h @@ -73,7 +73,7 @@ public: /// \brief convert the segment type to a String for diagnostics and printing /// purposes - StringRef segmentKindToStr() const; + virtual StringRef segmentKindToStr() const; /// \brief Records the segmentType, that this section belongs to void -- cgit v1.2.3