[Lldb-commits] [lldb] Convert the StackFrameList mutex to a shared mutex. (PR #117252)
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 13 10:41:27 PST 2024
mstorsjo wrote:
> When we decided to allow C++11 usage in lldb I think we opted into requiring platforms that have relatively complete support for the C++11 additions. I don't think it makes sense to try to limit the use of C++11 to some "minimal supported subset".
Yeah, I don’t disagree with that - and we’re at C++17 now already. Anyway, requiring 10.12 from 2016 seems reasonable to me.
https://github.com/llvm/llvm-project/pull/117252
More information about the lldb-commits
mailing list