[Lldb-commits] [PATCH] D11127: [CMake] Don't build Interpreter unittest if python is disabled

Pavel Labath labath at google.com
Tue Jul 14 01:52:36 PDT 2015


labath added a comment.

In http://reviews.llvm.org/D11127#203885, @loladiro wrote:

> I was getting a link error with python. I just assumed it was required since it was explicitly linked. Do you mean remove it entirely, independent of whether LLDB_DISABLE_PYTHON is set, or just in that case?


I am pretty sure that the dependency is required if the whole lldb is built with python. I am proposing we make the just the dependency on python conditional on the LLDB_DISABLE_PYTHON setting. Could you check if that works for you?


Repository:
  rL LLVM

http://reviews.llvm.org/D11127







More information about the lldb-commits mailing list