llvm-project/lldb/tools/debugserver
Alex Langford cb1c467edb [CMake] Prevent lldbDebugserverCommon from building if you disable debugserver builds
Summary:
The flags `LLDB_USE_SYSTEM_DEBUGSERVER` and `LLDB_NO_DEBUGSERVER` were
introduced to the debugserver build. If one of these two flags are set, then we
do not build and sign debugserver. However I noticed that we were still building
the lldbDebugserverCommon and lldbDebugserverCommon_NonUI libraries regardless
of whether or not these flags were set. I don't believe we should be building
these libraries unless we are building and signing debugserver.

Reviewers: sgraenitz, davide, JDevlieghere, beanz, vsk, aprantl, labath

Subscribers: mgorny, jfb, lldb-commits

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

llvm-svn: 351496
2019-01-17 23:14:04 +00:00
..
debugserver.xcodeproj Un-conditionalize use of libcompression. debugserver only builds 2018-12-18 22:21:48 +00:00
resources
scripts Remove DNBConfig.h 2015-08-13 00:32:01 +00:00
source [CMake] Prevent lldbDebugserverCommon from building if you disable debugserver builds 2019-01-17 23:14:04 +00:00
CMakeLists.txt [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
debugnub-exports