[Lldb-commits] [PATCH] D61686: Enable lldb-server on Windows
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 15 02:08:16 PDT 2019
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: cmake/modules/LLDBConfig.cmake:421
# ensure we build lldb-server when an lldb target is being built.
-if (CMAKE_SYSTEM_NAME MATCHES "Android|Darwin|FreeBSD|Linux|NetBSD")
+if (CMAKE_SYSTEM_NAME MATCHES "Android|Darwin|FreeBSD|Linux|NetBSD|Windows")
set(LLDB_CAN_USE_LLDB_SERVER 1)
----------------
JDevlieghere wrote:
> Should we just remove `LLDB_CAN_USE_LLDB_SERVER` instead?
Sounds like a good idea.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61686/new/
https://reviews.llvm.org/D61686
More information about the lldb-commits
mailing list