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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to