[Lldb-commits] [PATCH] D64821: [CMake] Remove duplicated logic to find Python when doing a standalone build

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 16 15:04:15 PDT 2019


amccarth added a comment.

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.


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