projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28410c6
)
Attempt to fix buildbots.
author
Rui Ueyama
<ruiu@google.com>
Fri, 8 Jul 2016 19:59:11 +0000
(19:59 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Fri, 8 Jul 2016 19:59:11 +0000
(19:59 +0000)
llvm-svn: 274917
lld/ELF/Symbols.h
patch
|
blob
|
history
diff --git
a/lld/ELF/Symbols.h
b/lld/ELF/Symbols.h
index
1acaae4
..
fff22f6
100644
(file)
--- a/
lld/ELF/Symbols.h
+++ b/
lld/ELF/Symbols.h
@@
-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(); }
};