[all-commits] [llvm/llvm-project] 309f9a: [debuginfo-tests] Don't look for Python 3 if we al...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Nov 1 11:25:01 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 309f9a1c52977cbd011b29909f7aa45c124b005f
https://github.com/llvm/llvm-project/commit/309f9a1c52977cbd011b29909f7aa45c124b005f
Author: Reid Kleckner <rnk at google.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M debuginfo-tests/CMakeLists.txt
Log Message:
-----------
[debuginfo-tests] Don't look for Python 3 if we already have it
LLDB already requires Python 3 on Windows, so I already configure it
that way. For some reason CMake fails to find the one that Visual Studio
automatically installs at this standard location:
C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe
CMake prefers the python on path, which happens to be python 2.7.
Reviewers: aprantl, jmorse
Differential Revision: https://reviews.llvm.org/D69684
More information about the All-commits
mailing list