summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDoyle Rowland <doyle.rowland@reliaqual.com>2019-09-13 13:38:07 (GMT)
committerBenjamin Peterson <benjamin@python.org>2019-09-13 13:38:07 (GMT)
commit0519d497b04b252f50dfff9101fb7f4b9e33f1c4 (patch)
treec66539b2574b4ba78dd49a5f94b1a173d02f8098 /Misc
parent0765411d514788383d49f6b749b950707b0411d9 (diff)
downloadcpython-0519d497b04b252f50dfff9101fb7f4b9e33f1c4.zip
cpython-0519d497b04b252f50dfff9101fb7f4b9e33f1c4.tar.gz
cpython-0519d497b04b252f50dfff9101fb7f4b9e33f1c4.tar.bz2
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2019-09-13-14-12-36.bpo-36002.Bcl4oe.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-09-13-14-12-36.bpo-36002.Bcl4oe.rst b/Misc/NEWS.d/next/Build/2019-09-13-14-12-36.bpo-36002.Bcl4oe.rst
new file mode 100644
index 0000000..374e7b2
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-09-13-14-12-36.bpo-36002.Bcl4oe.rst
@@ -0,0 +1,2 @@
+Locate ``llvm-profdata`` and ``llvm-ar`` binaries using ``AC_PATH_TOOL``
+rather than ``AC_PATH_TARGET_TOOL``.