[PATCH] D64894: [CMake] Don't set Python_ADDITIONAL_VERSIONS

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 16:00:17 PDT 2019


JDevlieghere added a comment.

In D64894#1590516 <https://reviews.llvm.org/D64894#1590516>, @tstellar wrote:

> I'm in favor of this, but we should make sure there is documentation telling users how to explicitly choose the python version they want.


Agreed, I'll update the docs.

> I'm also curious, how does cmake determine which version to use if more than on interpreter is found?

If you don't specify a version (which we don't) it just picks the first one it finds (in your PATH).


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64894





More information about the llvm-commits mailing list