Skip to content

Commit 77d7569

Browse files
authored
Use LLVM 21 for the CPython JIT compiler (#82)
1 parent 05abf18 commit 77d7569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devcontainer/install-builddeps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ DEPS=(
3131
# Necessary for getting Python build dependencies
3232
'dnf5-command(builddep)'
3333

34-
# LLVM sanitizer runtimes
35-
compiler-rt
34+
# LLVM sanitizer runtimes. CPython JIT compiler requires LLVM 21.
35+
compiler-rt21
3636
)
3737

3838
dnf -y --nodocs --setopt=install_weak_deps=False install ${DEPS[@]}

0 commit comments

Comments
 (0)