diff options
author | Dong-hee Na <donghee.na@python.org> | 2022-09-23 02:00:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 02:00:44 (GMT) |
commit | 83d84e67cd203cc75687152e57572895f56245fa (patch) | |
tree | a24cbe0850aaa45900900dce36a5f45cfacf0e74 /Misc/NEWS.d/next | |
parent | 9d432b4a181cd42017699de4354e7b36c5b87d88 (diff) | |
download | cpython-83d84e67cd203cc75687152e57572895f56245fa.zip cpython-83d84e67cd203cc75687152e57572895f56245fa.tar.gz cpython-83d84e67cd203cc75687152e57572895f56245fa.tar.bz2 |
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-96945)
Co-authored-by: Matthias Goergens <matthias.goergens@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-09-20-12-43-44.gh-issue-96761.IF29kR.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-09-20-12-43-44.gh-issue-96761.IF29kR.rst b/Misc/NEWS.d/next/Build/2022-09-20-12-43-44.gh-issue-96761.IF29kR.rst new file mode 100644 index 0000000..18f75ac --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-09-20-12-43-44.gh-issue-96761.IF29kR.rst @@ -0,0 +1,2 @@ +Fix the build process of clang compiler for :program:`_bootstrap_python` if +LTO optimization is applied. Patch by Matthias Görgens and Dong-hee Na. |