[all-commits] [llvm/llvm-project] 2046d7: build: improve python checks for Windows

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Sun Dec 22 14:01:33 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2046d72e91670114625c87e122db6e013ba089d5
      https://github.com/llvm/llvm-project/commit/2046d72e91670114625c87e122db6e013ba089d5
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2019-12-22 (Sun, 22 Dec 2019)

  Changed paths:
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/LLDBConfig.cmake

  Log Message:
  -----------
  build: improve python checks for Windows

Require a newer CMake on Windows to use the Python3 support that is
packaged in CMake. This version is able to check both 32-bit and 64-bit
versions and will setup everything properly without the user needing to
specify PYTHON_HOME. This enables building lldb's python bindings on
Windows under Azure's CI again.




More information about the All-commits mailing list