mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-140479: Update JIT builds to use LLVM 21 (#140973)
This commit is contained in:
parent
9cd5427d96
commit
d162c42790
5 changed files with 19 additions and 18 deletions
|
|
@ -11,8 +11,8 @@
|
|||
import _targets
|
||||
|
||||
|
||||
_LLVM_VERSION = "20"
|
||||
_EXTERNALS_LLVM_TAG = "llvm-20.1.8.0"
|
||||
_LLVM_VERSION = "21"
|
||||
_EXTERNALS_LLVM_TAG = "llvm-21.1.4.0"
|
||||
|
||||
_P = typing.ParamSpec("_P")
|
||||
_R = typing.TypeVar("_R")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue