[Lldb-commits] [PATCH] D81501: [lldb/CMake] Make it possible to build against Python 2 with CMake > 3.12
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 9 14:21:35 PDT 2020
JDevlieghere added a comment.
In D81501#2083359 <https://reviews.llvm.org/D81501#2083359>, @compnerd wrote:
> Would be nice to remove this entirely in favour of CMake's builtin support for Python Interpeter and Libraries.
It'll continue to exist to find Python and SWIG atomically, but at least once we bump the minimum requirement for CMake to 3.12 this file will be a lot simpler.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81501/new/
https://reviews.llvm.org/D81501
More information about the lldb-commits
mailing list