diff options
author | Alex Langford <apl@fb.com> | 2019-01-17 23:14:04 +0000 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2019-01-17 23:14:04 +0000 |
commit | cb1c467edb2ce56c93cf6429cf2faffca7df5252 (patch) | |
tree | 50d19b5482c2fac9a9031c870c76bc1ae9dc6ff5 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 26e4cef093fee48f567eb7f8dfe386b3804466de (diff) | |
download | bcm5719-llvm-cb1c467edb2ce56c93cf6429cf2faffca7df5252.tar.gz bcm5719-llvm-cb1c467edb2ce56c93cf6429cf2faffca7df5252.zip |
[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
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions