[Lldb-commits] [PATCH] D74816: [lldb/Core] Remove more duplicate code in PluginManager (NFCI)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 19 10:01:38 PST 2020
JDevlieghere added a comment.
In D74816#1882389 <https://reviews.llvm.org/D74816#1882389>, @labath wrote:
> Very nice.
>
> I'm not really sure why we need that mutex in the first place. All the plugin registration happens when we're still single-threaded. I'd be tempted to just delete it.
Sounds good to me :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74816/new/
https://reviews.llvm.org/D74816
More information about the lldb-commits
mailing list