Skip to content

Commit 8e4820d

Browse files
Update LLVM version
1 parent 9796296 commit 8e4820d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ rich
99
ml_dtypes
1010
cloudpickle # required by eudsl when it is vendored instead of installed
1111
-f https://llvm.github.io/eudsl
12-
eudsl-python-extras==0.1.0.20260310.642+a6ab724 \
12+
eudsl-python-extras==0.1.0.20260418.906+a736a7d \
1313
--config-settings=EUDSL_PYTHON_EXTRAS_HOST_PACKAGE_PREFIX=aie

utils/clone-llvm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
##===----------------------------------------------------------------------===##
1414

1515
# The LLVM commit to use.
16-
LLVM_PROJECT_COMMIT=278dba37d0acb40984ea1970288108c70ff11164
17-
DATETIME=2026031922
16+
LLVM_PROJECT_COMMIT=ea2f50817fa32560f8fac227b58d6a2a9626df3b
17+
DATETIME=2026041715
1818
WHEEL_VERSION=23.0.0.$DATETIME+${LLVM_PROJECT_COMMIT:0:8}
1919

2020
############################################################################################

0 commit comments

Comments
 (0)