diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2015-04-21 17:02:35 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2015-04-21 17:02:35 +0000 |
commit | fcb19e19d0412f7986d158578b13d11858cf253c (patch) | |
tree | 4e58259ca2ef140cee25639500bab4ce9a6012e2 /lld/lib/ReaderWriter/ELF/SectionChunks.h | |
parent | d64f8a5188d953a50f1153ed26631030e7d75bf5 (diff) | |
download | bcm5719-llvm-fcb19e19d0412f7986d158578b13d11858cf253c.tar.gz bcm5719-llvm-fcb19e19d0412f7986d158578b13d11858cf253c.zip |
[Mips] Write .reginfo section into the separate PT_MIPS_REGINFO segment
llvm-svn: 235391
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 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 |