[Lldb-commits] [PATCH] D20278: first pass for removing Mutex for std::{, recursive_}mutex

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon May 16 08:18:08 PDT 2016


zturner added a comment.

To be clear, I don't think this patch actually deletes LLDB's mutex.  It just deletes uses of LLDB's mutex.  So the NetBSD code should continue to work after merging this patch in.  Sure it introduces another use of lldb's Mutex, but we can always remove that later.  5 is easier to remove than 500 :)


http://reviews.llvm.org/D20278





More information about the lldb-commits mailing list