[Lldb-commits] [PATCH] D74816: [lldb/Core] Remove more duplicate code in PluginManager (NFCI)
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 19 04:32:57 PST 2020
labath added a comment.
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.
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