diff options
author | Augusto Noronha <augusto2112@me.com> | 2023-08-10 13:19:06 -0700 |
---|---|---|
committer | Augusto Noronha <augusto2112@me.com> | 2023-08-18 16:55:37 -0700 |
commit | 79a8e006dbc4ea281e9ec5933f484e476db3d9ab (patch) | |
tree | d2efe62dd44d3d96a1c7a591a0b747c3ab54dc9f /clang/lib/ExtractAPI/DeclarationFragments.cpp | |
parent | bb90063249707e3ae081bfbd8e3512566abb7df6 (diff) | |
download | llvm-79a8e006dbc4ea281e9ec5933f484e476db3d9ab.zip llvm-79a8e006dbc4ea281e9ec5933f484e476db3d9ab.tar.gz llvm-79a8e006dbc4ea281e9ec5933f484e476db3d9ab.tar.bz2 |
[lldb] Fix data race in Process
Thread sanitizer reports a data race in Process.cpp in the usage of
m_process_input_reader. Fix this data race by introducing a mutex
guarding the access to this variable.
Differential Revision: https://reviews.llvm.org/D157648
Diffstat (limited to 'clang/lib/ExtractAPI/DeclarationFragments.cpp')
0 files changed, 0 insertions, 0 deletions