[`patch-jit-llvm-version-3.15.patch`](https://github.com/astral-sh/python-build-standalone/blob/main/cpython-unix/patch-jit-llvm-version-3.15.patch) The configure script hard-codes the LLVM version for JIT compilation. This patch overrides the hard-coded version to match our toolchain's LLVM version. **Related:** - [`patch-jit-llvm-version-3.13.patch`](https://github.com/astral-sh/python-build-standalone/blob/main/cpython-unix/patch-jit-llvm-version-3.13.patch) (for Python 3.13) - [`patch-jit-llvm-version-3.14.patch`](https://github.com/astral-sh/python-build-standalone/blob/main/cpython-unix/patch-jit-llvm-version-3.14.patch) (for Python 3.14)