[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:10:49 PST 2020
JDevlieghere added a comment.
In D74816#1883023 <https://reviews.llvm.org/D74816#1883023>, @JDevlieghere wrote:
> 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 :-)
Done in `df590f51b62d57c19f8cae8e87c1641dc0382f55`
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