[PATCH] D140652: [Doc] Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 05:14:22 PST 2022


eopXD created this revision.
eopXD added reviewers: ldionne, JDevlieghere, smeenai.
Herald added a project: All.
eopXD requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As topic, the variable to specify the python executable now should be this. This is probably something that was
left out in D78762 <https://reviews.llvm.org/D78762>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140652

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -556,7 +556,7 @@
 | 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.                                           |


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140652.485197.patch
Type: text/x-patch
Size: 846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221224/759114ff/attachment.bin>


More information about the llvm-commits mailing list