[all-commits] [llvm/llvm-project] df590f: [lldb/Core] Remove locking in the PluginManager
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Feb 19 10:04:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df590f51b62d57c19f8cae8e87c1641dc0382f55
https://github.com/llvm/llvm-project/commit/df590f51b62d57c19f8cae8e87c1641dc0382f55
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M lldb/source/Core/PluginManager.cpp
Log Message:
-----------
[lldb/Core] Remove locking in the PluginManager
Remove locking as all the plugin registration takes place from a single
thread. Addresses Pavel's feedback in D74816.
More information about the All-commits
mailing list