[Lldb-commits] [PATCH] D12899: cmake fixups: post-build python step dependency and lldb-server dependency for lldb on Linux
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 08:14:12 PDT 2015
tfiala added inline comments.
================
Comment at: tools/driver/CMakeLists.txt:12
@@ +11,3 @@
+if ( LLDB_CAN_USE_LLDB_SERVER )
+ add_dependencies(lldb lldb-server)
+endif()
----------------
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.
http://reviews.llvm.org/D12899
More information about the lldb-commits
mailing list