diff options
Diffstat (limited to 'lld/ELF/Config.h')
| -rw-r--r-- | lld/ELF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index 2ccbadc4b2ca..26b75d7d7beb 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -569,6 +569,7 @@ struct UndefinedDiag { // a partition. struct InStruct { std::unique_ptr<InputSection> attributes; + std::unique_ptr<SyntheticSection> hexagonAttributes; std::unique_ptr<SyntheticSection> riscvAttributes; std::unique_ptr<BssSection> bss; std::unique_ptr<BssSection> bssRelRo; |
