]> granicus.if.org Git - python/commit
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
authorGregory P. Smith <greg@krypto.org>
Thu, 8 Sep 2016 07:07:40 +0000 (00:07 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 8 Sep 2016 07:07:40 +0000 (00:07 -0700)
commit794b2912acc1995afc6fe9501cc0ca8e56565325
tree8e161a7b228fb2fe580f6feb1ab51e16a1c8fb97
parent6d8fdfc84b8617476f3f497e93e9e7b6cecc5474
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