You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macos: Bump the minimum deployment target to macOS 10.12
Since llvm/llvm-project#117252 and
llvm/llvm-project@186fac3,
part of the latest git main branch, LLDB uses std::shared_mutex.
On macOS, std::shared_mutex is only available since macOS 10.12.
This change raises the deployment target from 10.9 to 10.12.
0 commit comments