[Lldb-commits] [PATCH] D64806: [CMake] Always build debugserver on Darwin and allow tests to use the system's one
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 17 12:19:52 PDT 2019
sgraenitz added a comment.
That's a fair point. However, changing the name of the parameter would force us to update quite a number of bot configurations, caches and documentation. So if it's "acceptable" I would be in favor to keep `LLDB_USE_SYSTEM_DEBUGSERVER`.
Also it's kind-of in line with the (internal) `LLDB_CAN_USE_DEBUGSERVER` and `LLDB_CAN_USE_LLDB_SERVER` variables.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64806/new/
https://reviews.llvm.org/D64806
More information about the lldb-commits
mailing list