diff options
Diffstat (limited to 'ELF/OutputSections.h')
-rw-r--r-- | ELF/OutputSections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/OutputSections.h b/ELF/OutputSections.h index b2845773e9afd..009f45c033330 100644 --- a/ELF/OutputSections.h +++ b/ELF/OutputSections.h @@ -99,6 +99,7 @@ public: ConstraintKind Constraint = ConstraintKind::NoConstraint; std::string Location; std::string MemoryRegionName; + std::string LMARegionName; bool Noload = false; template <class ELFT> void finalize(); |