aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorEmily Shi <code@emi.sh>2021-02-25 16:04:29 -0800
committerEmily Shi <code@emi.sh>2021-03-01 10:52:47 -0800
commit71ef54337d5e83c6767e4816227ef340caa337fc (patch)
tree1aa5654bd7e942077529b7a943aa8ad4a8d560fa /lldb/unittests/ScriptInterpreter/Python
parent8f9f7d02aaac98f8539158e05975e7acbbb58fcc (diff)
downloadllvm-71ef54337d5e83c6767e4816227ef340caa337fc.zip
llvm-71ef54337d5e83c6767e4816227ef340caa337fc.tar.gz
llvm-71ef54337d5e83c6767e4816227ef340caa337fc.tar.bz2
[darwin] switch blocking mutex from osspinlock to os_unfair_lock
OSSpinLock is deprecated, so we are switching to `os_unfair_lock`. However, `os_unfair_lock` isn't available on older OSs, so we keep `OSSpinLock` as fallback. Also change runtime assumption check to static since they only ever check constant values. rdar://69588111 Reviewed By: delcypher, yln Differential Revision: https://reviews.llvm.org/D97509
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions