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
Update PYTHON_EXECUTABLE to Python3_EXECUTABLE in cmake (#19637)
`${Python3_EXECUTABLE}` is what is set by FindPython3 and is what is
used everywhere else.
`${PYTHON_EXECUTABLE}` may be unset depending, causing the build to
fail.
This failure case gets hit when compiling under NixOS for example
There's a few instances of `PYTHON_EXECUTABLE` left in upstream LLVM,
though I haven't verified whether it builds properly with those changed
to `Python3_EXECUTABLE`, so they're untouched here.
0 commit comments