mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
This commit is contained in:
parent
597d814334
commit
c29bbe2101
11 changed files with 69 additions and 78 deletions
|
@ -8,7 +8,7 @@ import shlex
|
|||
import subprocess
|
||||
import typing
|
||||
|
||||
_LLVM_VERSION = 18
|
||||
_LLVM_VERSION = 19
|
||||
_LLVM_VERSION_PATTERN = re.compile(rf"version\s+{_LLVM_VERSION}\.\d+\.\d+\S*\s+")
|
||||
|
||||
_P = typing.ParamSpec("_P")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue