summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorXarblu <xarblu@protonmail.com>2024-06-20 00:48:00 (GMT)
committerGitHub <noreply@github.com>2024-06-20 00:48:00 (GMT)
commit285f42c850da0d8ca31850088eb7b9247cbbbc71 (patch)
tree49238d8cbb0a1dad46639f06db799f801bad8612 /Misc/NEWS.d
parent4bbb0273f23c93ee82d7f60067775c558a7d1b1b (diff)
downloadcpython-285f42c850da0d8ca31850088eb7b9247cbbbc71.zip
cpython-285f42c850da0d8ca31850088eb7b9247cbbbc71.tar.gz
cpython-285f42c850da0d8ca31850088eb7b9247cbbbc71.tar.bz2
GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2024-06-19-21-05-15.gh-issue-120602.UyDARz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-06-19-21-05-15.gh-issue-120602.UyDARz.rst b/Misc/NEWS.d/next/Build/2024-06-19-21-05-15.gh-issue-120602.UyDARz.rst
new file mode 100644
index 0000000..f0d90ec
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-06-19-21-05-15.gh-issue-120602.UyDARz.rst
@@ -0,0 +1,2 @@
+Correctly handle LLVM installs with ``LLVM_VERSION_SUFFIX`` when building
+with ``--enable-experimental-jit``.