[all-commits] [llvm/llvm-project] 3ee281: [lldb/Plugin] Don't mark ProcessNetBSD as a plugin
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Feb 20 14:36:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ee281082737d18585abff3b482a7ab86af73b5a
https://github.com/llvm/llvm-project/commit/3ee281082737d18585abff3b482a7ab86af73b5a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M lldb/source/Plugins/Process/NetBSD/CMakeLists.txt
Log Message:
-----------
[lldb/Plugin] Don't mark ProcessNetBSD as a plugin
ProcessNetBSD has no initializers so it's just a regular library and
shouldn't have the PLUGIN argument in add_lldb_library.
More information about the All-commits
mailing list