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

Pavel Labath labath at google.com
Mon Jul 13 02:39:22 PDT 2015


labath added a subscriber: zturner.
labath added a comment.

What kind of error were you getting here? For me the test seems to run fine even with LLDB_DISABLE_PYTHON and the resulting executable does not seem to depend on it. However, it seems that unittests/Interpreter/CMakeLists.txt includes the python library unconditionally. Could you check if the tests will run for you if we just disable the ${PYTHON_LIBRARY} dependency in that file?


Repository:
  rL LLVM

http://reviews.llvm.org/D11127







More information about the lldb-commits mailing list