[Lldb-commits] [PATCH] D12899: cmake fixups: post-build python step dependency and lldb-server dependency for lldb on Linux
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 08:02:51 PDT 2015
emaste added a comment.
In http://reviews.llvm.org/D12899#247074, @zturner wrote:
> They're not really dependencies in the normal sense.
They're not build dependencies, but they are dependencies in the sense that lldb-server is required for lldb to be usable in the normal use case. In my opinion I'd hope that "ninja lldb" is sufficient to build a usable lldb and that requires lldb-server.
http://reviews.llvm.org/D12899
More information about the lldb-commits
mailing list