]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Wed, 30 Oct 2024 19:03:31 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2024 19:03:31 +0000 (12:03 -0700)
commitc29bbe21018dc1602ea70f34621de67cce782ed2
tree9c1b63c366e2d16db7c208b0bf91b576131f8e0d
parent597d814334742dde386a4d2979b9418aee6fcaba
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
.github/workflows/jit.yml
Misc/NEWS.d/next/Core_and_Builtins/2024-09-14-20-09-39.gh-issue-123714.o1mbe4.rst [new file with mode: 0644]
Misc/NEWS.d/next/Core_and_Builtins/2024-10-22-04-18-53.gh-issue-125498.cFjPIn.rst [new file with mode: 0644]
Tools/jit/README.md
Tools/jit/_llvm.py
Tools/jit/_stencils.py
Tools/jit/_targets.py
Tools/jit/_writer.py
Tools/jit/jit.h [new file with mode: 0644]
Tools/jit/template.c
Tools/jit/trampoline.c