GH-140479: Update JIT builds to use LLVM 21 (#140973)

This commit is contained in:
Savannah Ostrowski 2025-11-12 10:09:25 -08:00 committed by GitHub
parent 9cd5427d96
commit d162c42790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 18 deletions

View file

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