[PATCH] D78762: build: use `find_package(Python3)` if available
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 04:17:51 PDT 2020
ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/CMakeLists.txt:693
+else()
+ find_package(Python3 COMPONENTS Interpreter REQUIRED)
endif()
----------------
We need to fall back to Python 2 here per @smeenai 's comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78762/new/
https://reviews.llvm.org/D78762
More information about the llvm-commits
mailing list