[PATCH] D95635: [CMake] Require python 3.6 if enabling LLVM test targets

Dominik Montada via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 1 03:30:13 PDT 2021


gargaroff added a comment.

This still breaks for us. The `find_package(Python3 ...)` from `Tooling/CMakeLists.txt` does not look for the minimum version and overrides the version that was already found through `llvm/CMakeLists.txt`. I opened D99715 <https://reviews.llvm.org/D99715> to fix this and added the original reviewers of this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95635



More information about the cfe-commits mailing list