diff options
author | Lang Hames <lhames@gmail.com> | 2021-09-26 18:26:10 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2021-09-26 18:35:58 -0700 |
commit | 1ea8d12510b9e1b208a7541c86e1b02a9a3db0e2 (patch) | |
tree | c4ee0f8eeebe401f4634b7bad52cb50281053bce /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 7d6889964ab534164698ef134de9cf11cd87a09d (diff) | |
download | llvm-1ea8d12510b9e1b208a7541c86e1b02a9a3db0e2.zip llvm-1ea8d12510b9e1b208a7541c86e1b02a9a3db0e2.tar.gz llvm-1ea8d12510b9e1b208a7541c86e1b02a9a3db0e2.tar.bz2 |
[ORC] Add missing lock to CompileOnDemandLayer::getPerDylibResources.
The getPerDylibResources method may be called concurrently from multiple
threads, so we need to protect access to the underlying map.
Possible for fix https://llvm.org/PR51064
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions