[Lldb-commits] [lldb] [lldb][rpc] Disable building lldb-rpc-gen tool (PR #150699)

Vladimir Vereschaka via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 25 15:14:30 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list