[all-commits] [llvm/llvm-project] 5499b0: [lldb][CMake] Enforce not linking against plugin l...
Alex via All-commits
all-commits at lists.llvm.org
Tue Mar 21 16:25:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5499b026d218f694a8c9f148466da3259f6cc1fd
https://github.com/llvm/llvm-project/commit/5499b026d218f694a8c9f148466da3259f6cc1fd
Author: Alex Langford <alangford at apple.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M lldb/cmake/modules/AddLLDB.cmake
M lldb/source/Breakpoint/CMakeLists.txt
M lldb/source/Commands/CMakeLists.txt
M lldb/source/Core/CMakeLists.txt
M lldb/source/DataFormatters/CMakeLists.txt
M lldb/source/Expression/CMakeLists.txt
M lldb/source/Host/CMakeLists.txt
M lldb/source/Host/macosx/objcxx/CMakeLists.txt
M lldb/source/Interpreter/CMakeLists.txt
M lldb/source/Symbol/CMakeLists.txt
M lldb/source/Target/CMakeLists.txt
M lldb/source/Version/CMakeLists.txt
Log Message:
-----------
[lldb][CMake] Enforce not linking against plugin libs in core libs
Non-plugin lldb libraries should generally not be linking against lldb
plugin libraries. Enforce this in CMake.
Differential Revision: https://reviews.llvm.org/D146553
More information about the All-commits
mailing list