[llvm] 40dd8ff - [Doc] Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE
via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 24 23:39:03 PST 2022
Author: eopXD
Date: 2022-12-24T23:38:58-08:00
New Revision: 40dd8ff3310ba69247c911d1b5fd7ad7cfde81b9
URL: https://github.com/llvm/llvm-project/commit/40dd8ff3310ba69247c911d1b5fd7ad7cfde81b9
DIFF: https://github.com/llvm/llvm-project/commit/40dd8ff3310ba69247c911d1b5fd7ad7cfde81b9.diff
LOG: [Doc] Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE
As topic, the variable to specify the python executable now should be this.
This is probably something that was left out in D78762.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D140652
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 0ee2738df31ce..c336ba8092d2f 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -556,7 +556,7 @@ used by people developing LLVM.
| CMAKE_INSTALL_PREFIX | Specifies the install directory to target when |
| | running the install action of the build files. |
+-------------------------+----------------------------------------------------+
-| PYTHON_EXECUTABLE | Forces CMake to use a specific Python version by |
+| Python3_EXECUTABLE | Forces CMake to use a specific Python version by |
| | passing a path to a Python interpreter. By default |
| | the Python version of the interpreter in your PATH |
| | is used. |
More information about the llvm-commits
mailing list