[Lldb-commits] [PATCH] D72107: [lldb/CMake] Autodetect Python dependency

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 2 14:04:21 PST 2020


JDevlieghere added a comment.

In D72107#1802001 <https://reviews.llvm.org/D72107#1802001>, @xiaobai wrote:

> It's nice to consolidate the logic into one place. I think you will probably need to make an appropriate change on the buildbot side as well (if you haven't done that already).


Do you mean forcing `LLDB_ENABLE_PYTHON` to on so that it fails in case the logic changes and Python isn't found?

> Where is `FindPythonInterpAndLibs` being included?

It's included from the `add_optional_dependency` macro.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72107/new/

https://reviews.llvm.org/D72107





More information about the lldb-commits mailing list