[PATCH] D64812: [CMake] Fail when Python interpreter doesn't match Python libraries version
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 11:48:43 PDT 2019
rnk added a comment.
In D64812#1588055 <https://reviews.llvm.org/D64812#1588055>, @rnk wrote:
> You broke my build. =/ I got this output:
>
> CMake Error at C:/src/llvm-project/lldb/cmake/modules/LLDBConfig.cmake:201 (message):
> Found incompatible Python interpreter (3.7.3) and Python libraries ()
>
>
> I'll mess with it a bit I guess.
Fixed that in r366247. Apparently Windows has totally custom Python version detection logic.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64812/new/
https://reviews.llvm.org/D64812
More information about the llvm-commits
mailing list