[Lldb-commits] [PATCH] D41909: Fix deadlock in dwarf logging
Francis Ricci via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 10 09:54:26 PST 2018
fjricci added a comment.
Actually I don't think even that is racy, because we just get a pointer to the const char *, which is immutable anyway.
https://reviews.llvm.org/D41909
More information about the lldb-commits
mailing list