summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/COFF/InputFiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/InputFiles.h b/lld/COFF/InputFiles.h
index 1004432c683..672461cd84b 100644
--- a/lld/COFF/InputFiles.h
+++ b/lld/COFF/InputFiles.h
@@ -294,7 +294,7 @@ private:
// symbols in the real symbol table) are filled with null pointers.
std::vector<Symbol *> symbols;
- DWARFCache *dwarf;
+ DWARFCache *dwarf = nullptr;
};
// This type represents import library members that contain DLL names
OpenPOWER on IntegriCloud