[all-commits] [llvm/llvm-project] 478c9c: [lldb/Plugins] Rename lldbPluginDisassemblerLLVM (...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 17 19:40:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 478c9cc4f5e06072d533c6b72aaa173654bee02d
https://github.com/llvm/llvm-project/commit/478c9cc4f5e06072d533c6b72aaa173654bee02d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt
M lldb/unittests/Disassembler/CMakeLists.txt
M lldb/unittests/UnwindAssembly/ARM64/CMakeLists.txt
M lldb/unittests/UnwindAssembly/PPC64/CMakeLists.txt
Log Message:
-----------
[lldb/Plugins] Rename lldbPluginDisassemblerLLVM (NFC)
Commit: ac1ea0d3da1ef620a392d2e22a38c03bd844383b
https://github.com/llvm/llvm-project/commit/ac1ea0d3da1ef620a392d2e22a38c03bd844383b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
M lldb/source/Plugins/Language/ClangCommon/CMakeLists.txt
M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt
M lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
M lldb/source/Plugins/Process/Utility/CMakeLists.txt
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
Log Message:
-----------
[lldb/Plugins] Remove PLUGIN from libraries that aren't really plugins.
Although their name and location suggests otherwise, these libraries are
not really plugins but rather support the real plugins.
Compare: https://github.com/llvm/llvm-project/compare/50c9cd9526a7...ac1ea0d3da1e
More information about the All-commits
mailing list