[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 07:47:56 PDT 2015


tfiala added a comment.

> Okay I'll make an adjustment to turn it on for Darwin and setting it based on a flag.


I'm going to do it slightly differently --- I'll set a flag in the modules config that indicates if lldb *wants* lldb-server.  The logic on whether to build it or not should, as before, be driven by the targets asked for.  So we're not really setting whether we build it or not, we're setting whether we want it if we're already building lldb.


http://reviews.llvm.org/D12899





More information about the lldb-commits mailing list