[Lldb-commits] [PATCH] D12899: cmake fixups: post-build python step dependency and lldb-server dependency for lldb on Linux
Ilia K via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 18 00:30:44 PDT 2015
ki.stfu added a subscriber: ki.stfu.
ki.stfu added a comment.
Hi guys,
As for me it wasn't a bug and lldb should not require lldb-server and python framework. "ninja lldb" means "make a lldb executable please". I don't want to build lldb-server or python framework when typing that. If you are really want to get all those files, you can use "ninja". Or, if there is some (unknown for me) reason why you don't want to use it, perhaps it would better to introduce a new meta target named like lldb-bundle which depends on all lldb targets.
http://reviews.llvm.org/D12899
More information about the lldb-commits
mailing list