GH-136895: Update JIT builds to use LLVM 20 (#140329)

Co-authored-by: Emma Harper Smith <emma@emmatyping.dev>
This commit is contained in:
Savannah Ostrowski 2025-11-03 10:01:44 -08:00 committed by GitHub
parent b373d3494c
commit 4e2ff4ac4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 151 additions and 50 deletions

View file

@ -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")