diff options
author | Dean Michael Berris <dberris@google.com> | 2016-12-06 06:58:15 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2016-12-06 06:58:15 +0000 |
commit | 21e877c6d9e4361e99aec1fd00c4698a8c98de63 (patch) | |
tree | cb38970f45af1eb97c62db10cb673e94765e3fe3 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | abe04e3295450afd1b9e03a1b91cf87ee3725780 (diff) | |
download | llvm-21e877c6d9e4361e99aec1fd00c4698a8c98de63.zip llvm-21e877c6d9e4361e99aec1fd00c4698a8c98de63.tar.gz llvm-21e877c6d9e4361e99aec1fd00c4698a8c98de63.tar.bz2 |
[XRay][compiler-rt] Explicitly initialise members.
Before this, the change committed in D26232 might have an uninitialised
std::atomic<bool> that may or may not have a valid state. On aarch64
this breaks consistently, while it doesn't manifest as a problem in
x86_64.
This is an attempt to un-break this in aarch64.
llvm-svn: 288776
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions