mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
14 lines
504 B
Diff
14 lines
504 B
Diff
diff --git a/llvm/include/llvm/ObjectYAML/ELFYAML.h b/llvm/include/llvm/ObjectYAML/ELFYAML.h
|
|
index e883f2f3e144..1089feab39ea 100644
|
|
--- a/llvm/include/llvm/ObjectYAML/ELFYAML.h
|
|
+++ b/llvm/include/llvm/ObjectYAML/ELFYAML.h
|
|
@@ -275,7 +275,7 @@ struct Section : public Chunk {
|
|
std::optional<llvm::yaml::Hex64> Size;
|
|
|
|
// Holds the original section index.
|
|
- unsigned OriginalSecNdx;
|
|
+ unsigned OriginalSecNdx = 0;
|
|
|
|
Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {}
|
|
|