summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Chunk.h')
-rw-r--r--lld/lib/ReaderWriter/ELF/Chunk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Chunk.h b/lld/lib/ReaderWriter/ELF/Chunk.h
index 87688ef972c..2658d023b3a 100644
--- a/lld/lib/ReaderWriter/ELF/Chunk.h
+++ b/lld/lib/ReaderWriter/ELF/Chunk.h
@@ -39,7 +39,8 @@ public:
SectionHeader, ///< Section header
ELFSegment, ///< Segment
ELFSection, ///< Section
- AtomSection ///< A section containing atoms.
+ AtomSection, ///< A section containing atoms.
+ Expression ///< A linker script expression
};
/// \brief the ContentType of the chunk
enum ContentType : uint8_t{ Unknown, Header, Code, Data, Note, TLS };
OpenPOWER on IntegriCloud