[Lldb-commits] [PATCH] D35083: [TypeSystem] Guard the global `ASTSourceMap` with a mutex
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Jul 9 06:14:17 PDT 2017
jingham added a comment.
Ah, maybe you meant applying the thread safety annotation to Sean's solution to enforce the contract. That's an interesting solution, but makes a non-straightforward solution even more non-straightforward, so I agree this isn't the best example...
Repository:
rL LLVM
https://reviews.llvm.org/D35083
More information about the lldb-commits
mailing list