You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake deprecated the PythonInterp package a while ago now, so running
`find_package(PythonInterp)` emits warnings saying that it's being
removed. This patch switches to the newer `Python3` package.
The llvm-lit binary makes use of newer language features that are only
available in Python 3.7 and newer, so I've also bumped the minimum
required Python version to avoid issues there.
0 commit comments