mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-136895: Update JIT builds to use LLVM 20 (#140329)
Co-authored-by: Emma Harper Smith <emma@emmatyping.dev>
This commit is contained in:
parent
b373d3494c
commit
4e2ff4ac4c
9 changed files with 151 additions and 50 deletions
|
|
@ -11,8 +11,8 @@
|
|||
import _targets
|
||||
|
||||
|
||||
_LLVM_VERSION = "19"
|
||||
_EXTERNALS_LLVM_TAG = "llvm-19.1.7.0"
|
||||
_LLVM_VERSION = "20"
|
||||
_EXTERNALS_LLVM_TAG = "llvm-20.1.8.0"
|
||||
|
||||
_P = typing.ParamSpec("_P")
|
||||
_R = typing.TypeVar("_R")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue