Re: [Lldb-commits] [lldb] r360695 - build: use the correct variable

2019-05-14 Thread Jonas Devlieghere via lldb-commits
Hey Saleem, Why is this necessary after Pavel's change in r360652? Now that the LLDB_CAN_USE_LLDB_SERVER is defined correctly, the LLDB_TOOL_LLDB_SERVER_BUILD option should never be set. Thanks, Jonas On Tue, May 14, 2019 at 10:22 AM Saleem Abdulrasool via lldb-commits < lldb-commits@lists.llvm

[Lldb-commits] [lldb] r360695 - build: use the correct variable

2019-05-14 Thread Saleem Abdulrasool via lldb-commits
Author: compnerd Date: Tue May 14 10:24:45 2019 New Revision: 360695 URL: http://llvm.org/viewvc/llvm-project?rev=360695&view=rev Log: build: use the correct variable Adjust the variable that controls whether the unit tests use `lldb-server`. This should repair the default build on Windows. Modi