[Lldb-commits] [PATCH] D12899: cmake fixups: post-build python step dependency and lldb-server dependency for lldb on Linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 08:10:09 PDT 2015


labath added a comment.




================
Comment at: tools/driver/CMakeLists.txt:12
@@ +11,3 @@
+if ( LLDB_CAN_USE_LLDB_SERVER )
+  add_dependencies(lldb lldb-server)
+endif()
----------------
In case of darwin you need *debugserver* to be able to debug locally. lldb-server is only used for remote debugging here afaik.


http://reviews.llvm.org/D12899





More information about the lldb-commits mailing list