diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-09-07 23:10:00 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-09-07 23:10:00 (GMT) |
commit | 799520c91ef6f2d1016e1f05790779a9cb7624d9 (patch) | |
tree | d1210e13c56f6e2d115dbd4904dfc9cab15b57e8 /Misc/NEWS | |
parent | dc1650ca062a99d41a029a6645dc72fd7d820c94 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |