[Python-checkins] bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)

miss-islington webhook-mailer at python.org
Tue May 25 06:56:57 EDT 2021


https://github.com/python/cpython/commit/ddc503c8d20c4893e69b5bf466ad85da6a3f0be6
commit: ddc503c8d20c4893e69b5bf466ad85da6a3f0be6
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-05-25T03:56:37-07:00
summary:

bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)

(cherry picked from commit 63f17c252ab1b9357c5f022296213c42d9629458)

Co-authored-by: Victor Stinner <vstinner at python.org>

files:
M Doc/using/configure.rst

diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index c37540c7e031d6..177f25f318bbf6 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -175,8 +175,8 @@ recommended for best performance.
 
    Enable Link Time Optimization (LTO) in any build (disabled by default).
 
-   The C compiler Clang requires ``llvm-ar`` for LTO, as well as an LTO-aware
-   linker (``ld.gold`` or ``lld``).
+   The C compiler Clang requires ``llvm-ar`` for LTO (``ar`` on macOS), as well
+   as an LTO-aware linker (``ld.gold`` or ``lld``).
 
    .. versionadded:: 3.6
 



More information about the Python-checkins mailing list