[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:17:52 PDT 2015


labath added inline comments.

================
Comment at: tools/driver/CMakeLists.txt:12
@@ +11,3 @@
+if ( LLDB_CAN_USE_LLDB_SERVER )
+  add_dependencies(lldb lldb-server)
+endif()
----------------
tfiala wrote:
> labath wrote:
> > In case of darwin you need *debugserver* to be able to debug locally. lldb-server is only used for remote debugging here afaik.
> Actually it is also used for the lldb-server/debugserver consistency checks.  So the tests will use it if it is built.
> 
> I'll add another layer for the debugserver target.  Although I don't use cmake for darwin builds, so I'm not sure who we're serving by that.
Yeah... it is starting to get a bit over-engineered. :)

I know all lldb-mi folks use cmake on darwin, and I think I remember speaking to some other people as well.


http://reviews.llvm.org/D12899





More information about the lldb-commits mailing list