Attempt to fix buildbots.

llvm-svn: 274917
This commit is contained in:
Rui Ueyama 2016-07-08 19:59:11 +00:00
parent 28410c6846
commit 8c8db476f1
1 changed files with 1 additions and 1 deletions

View 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(); }
};