[Lldb-commits] [PATCH] D61686: Enable lldb-server on Windows

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 22:39:26 PDT 2019


JDevlieghere added inline comments.


================
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)
----------------
Should we just remove `LLDB_CAN_USE_LLDB_SERVER` instead?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61686/new/

https://reviews.llvm.org/D61686





More information about the lldb-commits mailing list