Attempt to fix buildbots.
authorRui Ueyama <ruiu@google.com>
Fri, 8 Jul 2016 19:59:11 +0000 (19:59 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 8 Jul 2016 19:59:11 +0000 (19:59 +0000)
llvm-svn: 274917

lld/ELF/Symbols.h

index 1acaae4..fff22f6 100644 (file)
@@ -306,7 +306,7 @@ public:
 
   // If non-null the symbol has a Thunk that may be used as an alternative
   // destination for callers of this Symbol.
-  Thunk<ELFT> *ThunkData;
+  Thunk<ELFT> *ThunkData = nullptr;
   bool needsCopy() const { return this->NeedsCopyOrPltAddr && !this->isFunc(); }
 };