================ @@ -323,6 +323,14 @@ else() set(LLDB_CAN_USE_DEBUGSERVER OFF) endif() +if (NOT DEFINED LLDB_CAN_USE_LLDB_RPC_SERVER) + set(LLDB_CAN_USE_LLDB_RPC_SERVER OFF) +endif() + +if (NOT DEFINED LLDB_BUILD_LLDBRPC) ---------------- vvereschaka wrote:
Probably you just forgot to remove these old conditions. https://github.com/llvm/llvm-project/pull/150699 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits