diff options
author | Louis Dionne <ldionne@apple.com> | 2018-08-24 14:00:59 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2018-08-24 14:00:59 +0000 |
commit | 616ef1863faef8dedf2e6bfbaee7569d84f11e35 (patch) | |
tree | 1605d2b26c8b01156a179ee6f223643b5b89eeba /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 689bf93b2ff10ee1d94249274353bb819618a16d (diff) | |
download | llvm-616ef1863faef8dedf2e6bfbaee7569d84f11e35.zip llvm-616ef1863faef8dedf2e6bfbaee7569d84f11e35.tar.gz llvm-616ef1863faef8dedf2e6bfbaee7569d84f11e35.tar.bz2 |
[libc++] Remove race condition in std::async
Summary:
The state associated to the future was set in one thread (with synchronization)
but read in another thread without synchronization, which led to a data race.
https://bugs.llvm.org/show_bug.cgi?id=38181
rdar://problem/42548261
Reviewers: mclow.lists, EricWF
Subscribers: christof, dexonsmith, cfe-commits
Differential Revision: https://reviews.llvm.org/D51170
llvm-svn: 340608
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions