diff options
| author | Gergely Bálint <gergely.balint@arm.com> | 2025-10-28 12:43:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 12:43:52 +0100 |
| commit | e12e0d39a718703f6b78fa586efafebad0b14bad (patch) | |
| tree | b03ec0256179efbfd1d454c083ba58589419d890 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
| parent | b6bbc4b1940006884c49bad7c93b2a949928fe4c (diff) | |
| download | llvm-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
