summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/SyntheticSections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h
index 5d2b56470d1..a6b794bcfdd 100644
--- a/lld/ELF/SyntheticSections.h
+++ b/lld/ELF/SyntheticSections.h
@@ -458,7 +458,7 @@ private:
std::vector<Entry> Symbols;
size_t MaskWords;
- size_t NBuckets;
+ size_t NBuckets = 0;
size_t Size = 0;
};
OpenPOWER on IntegriCloud