[PATCH] D64443: Add support for building with Python 3

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 13:13:28 PDT 2019


mgorny added inline comments.


================
Comment at: llvm/CMakeLists.txt:645
+# We support both Python 2 and 3.
+set(Python_ADDITIONAL_VERSIONS 3.6 2.7)
 include(FindPythonInterp)
----------------
Wouldn't the correct thing to do be removing the list altogether?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64443





More information about the llvm-commits mailing list