aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
diff options
context:
space:
mode:
authorGergely Bálint <gergely.balint@arm.com>2025-10-28 12:43:52 +0100
committerGitHub <noreply@github.com>2025-10-28 12:43:52 +0100
commite12e0d39a718703f6b78fa586efafebad0b14bad (patch)
treeb03ec0256179efbfd1d454c083ba58589419d890 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
parentb6bbc4b1940006884c49bad7c93b2a949928fe4c (diff)
downloadllvm-e12e0d39a718703f6b78fa586efafebad0b14bad.zip
llvm-e12e0d39a718703f6b78fa586efafebad0b14bad.tar.gz
llvm-e12e0d39a718703f6b78fa586efafebad0b14bad.tar.bz2
[BOLT] Fix thread-safety of MarkRAStates (#165368)
The pass calls setIgnored() on functions in parallel, but setIgnored is not thread safe. This patch adds a std::mutex to guard setIgnored calls. Fixes: #165362
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions