summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-09-07 23:10:00 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-09-07 23:10:00 (GMT)
commit799520c91ef6f2d1016e1f05790779a9cb7624d9 (patch)
treed1210e13c56f6e2d115dbd4904dfc9cab15b57e8 /Misc/NEWS
parentdc1650ca062a99d41a029a6645dc72fd7d820c94 (diff)
downloadcpython-799520c91ef6f2d1016e1f05790779a9cb7624d9.zip
cpython-799520c91ef6f2d1016e1f05790779a9cb7624d9.tar.gz
cpython-799520c91ef6f2d1016e1f05790779a9cb7624d9.tar.bz2
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9437b86..31bf815 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #27983: Cause lack of llvm-profdata tool when using clang as
+ required for PGO linking to be a configure time error rather than
+ make time when --with-optimizations is enabled. Also improve our
+ ability to find the llvm-profdata tool on MacOS and some Linuxes.
+
- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
- Issue #27812: Properly clear out a generator's frame's backreference to the