[Lldb-commits] [PATCH] D64881: [Cmake] Use the modern way to find Python when possible

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 22:43:46 PDT 2019


mgorny added a comment.

In D64881#1590330 <https://reviews.llvm.org/D64881#1590330>, @amccarth wrote:

> Testing the matrix of 32/64, 64/32, Python 2/3, debug/release, seems like a lot of work.  I'd be pretty surprised to learn that CMake did extra, Windows-specific work necessary to make find_package do the right thing in the face of registry and/or filesystem redirection.


Well, apparently it has *some* support for registry (see: `Python_FIND_REGISTRY`).


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64881/new/

https://reviews.llvm.org/D64881





More information about the lldb-commits mailing list