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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to