llvm-project/lldb/source
Raphael Isemann 9df80e8248 [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config
Summary:
LLDB_PLUGINS doesn't exist as a variable, so this line doesn't add any dependencies and is
just confusing. It seems this slipped in from the gdb-remote CMake I was using as a CMake template.

The gdb-remote CMake itself is using a local LLDB_PLUGINS variable, so that code is fine.

Reviewers: davide

Reviewed By: davide

Subscribers: davide, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D49695

llvm-svn: 337741
2018-07-23 21:14:52 +00:00
..
API Invert dependency between lldb-framework and lldb-suite 2018-07-17 18:28:51 +00:00
Breakpoint Add missing constness. 2018-06-27 07:01:07 +00:00
Commands Replaced more boilerplate code with CompletionRequest (NFC) 2018-07-13 18:28:14 +00:00
Core Fix the libcxx set, multiset, vector and bitset formatters to work on references. 2018-07-13 19:28:32 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression Fix whitespace formatting in DWARFExpression::DumpLocation 2018-07-19 13:30:56 +00:00
Host [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config 2018-07-23 21:14:52 +00:00
Initialization Move pretty stack trace printer into driver. 2018-07-17 10:04:19 +00:00
Interpreter Replaced more boilerplate code with CompletionRequest (NFC) 2018-07-13 18:28:14 +00:00
Plugins [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config 2018-07-23 21:14:52 +00:00
Symbol Rollback r337070. 2018-07-13 23:03:15 +00:00
Target Add a way to load an image using a library name and list of paths. 2018-06-28 20:02:11 +00:00
Utility Replaced more boilerplate code with CompletionRequest (NFC) 2018-07-13 18:28:14 +00:00
CMakeLists.txt
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00