llvm-project/lldb/source/Plugins/Platform/MacOSX
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
..
objcxx [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config 2018-07-23 21:14:52 +00:00
CMakeLists.txt Add modules support for lldb headers in include/ 2018-06-13 15:50:45 +00:00
PlatformAppleSimulator.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
PlatformAppleSimulator.h Fix includes in PlatformAppleSimulator.h 2018-06-14 09:08:54 +00:00
PlatformAppleTVSimulator.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
PlatformAppleTVSimulator.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
PlatformAppleWatchSimulator.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
PlatformAppleWatchSimulator.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
PlatformDarwin.cpp Change AddressClass type from 'enum' to 'enum class'. 2018-06-26 13:06:54 +00:00
PlatformDarwin.h Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
PlatformDarwinKernel.cpp Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUID 2018-06-19 21:39:10 +00:00
PlatformDarwinKernel.h Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUID 2018-06-19 21:39:10 +00:00
PlatformMacOSX.cpp Replace HostInfo::GetLLDBPath with specific functions 2018-06-19 15:09:07 +00:00
PlatformMacOSX.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
PlatformRemoteAppleTV.cpp NFC: Fix some comment typos. 2018-05-28 04:22:07 +00:00
PlatformRemoteAppleTV.h Unify the common code in the ios, tvos, watchos platforms into a single 2017-04-17 22:52:20 +00:00
PlatformRemoteAppleWatch.cpp NFC: Fix some comment typos. 2018-05-28 04:22:07 +00:00
PlatformRemoteAppleWatch.h Unify the common code in the ios, tvos, watchos platforms into a single 2017-04-17 22:52:20 +00:00
PlatformRemoteDarwinDevice.cpp Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
PlatformRemoteDarwinDevice.h Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
PlatformRemoteiOS.cpp NFC: Fix some comment typos. 2018-05-28 04:22:07 +00:00
PlatformRemoteiOS.h Unify the common code in the ios, tvos, watchos platforms into a single 2017-04-17 22:52:20 +00:00
PlatformiOSSimulator.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
PlatformiOSSimulator.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00