[Lldb-commits] [PATCH] D64821: [CMake] Remove duplicated logic to find Python when doing a standalone build
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 16 17:02:28 PDT 2019
JDevlieghere added a comment.
In D64821#1588424 <https://reviews.llvm.org/D64821#1588424>, @amccarth wrote:
> Actually, right now I'm trying to figure out where the interpreter is found because cmake is finding different, incompatible versions of the interpreter (2.7) and the libs (3.6).
>
> On Windows, it looks like LLDBConfig.cmake doesn't explicitly look for the interpreter, only the libs. By the time find_python_libs_windows runs, the interpreter is already set to the wrong version.
For an in-tree build I assume it would be LLVM setting the interpreter. Maybe we should we unset the variables here so we can start clean?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64821/new/
https://reviews.llvm.org/D64821
More information about the lldb-commits
mailing list