]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
authorGregory P. Smith <greg@krypto.org>
Wed, 7 Sep 2016 23:10:00 +0000 (16:10 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 7 Sep 2016 23:10:00 +0000 (16:10 -0700)
commit799520c91ef6f2d1016e1f05790779a9cb7624d9
treed1210e13c56f6e2d115dbd4904dfc9cab15b57e8
parentdc1650ca062a99d41a029a6645dc72fd7d820c94
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.
Misc/NEWS
configure
configure.ac