diff options
Diffstat (limited to 'lld/ELF/SyntheticSections.h')
| -rw-r--r-- | lld/ELF/SyntheticSections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 1ce2b626c4c..a0fa8ca44c5 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -465,6 +465,7 @@ private: Symbol *Sym; size_t StrTabOffset; uint32_t Hash; + uint32_t BucketIdx; }; std::vector<Entry> Symbols; |

