[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 13:50:27 PST 2020


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, compnerd, xiaobai.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.

Python was the last remaining "optional" dependency for LLDB. This moves the code to find Python into `FindPythonInterpAndLibs` using the same principles as `FindCursesAndPanel`.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D72107

Files:
  lldb/cmake/modules/FindPythonInterpAndLibs.cmake
  lldb/cmake/modules/LLDBConfig.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72107.235942.patch
Type: text/x-patch
Size: 5450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200102/8b53ca70/attachment.bin>


More information about the lldb-commits mailing list