From e3bbc8d6ae9e9c247a8ddf810a09c9dd4b77c17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:52:49 +0000 Subject: [PATCH] Update LLVM_jll requirement from 15, 16, 17, 18, 19, 20 to 15, 16, 17, 18, 19, 20, 21.1 Updates the requirements on [LLVM_jll](https://github.com/JuliaBinaryWrappers/LLVM_jll.jl) to permit the latest version. - [Release notes](https://github.com/JuliaBinaryWrappers/LLVM_jll.jl/releases) - [Commits](https://github.com/JuliaBinaryWrappers/LLVM_jll.jl/commits) --- updated-dependencies: - dependency-name: LLVM_jll dependency-version: 21.1.8+1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 98644e79b..3c96af5f2 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ GPUToolbox = "0.1.0, 0.2, 0.3, 1" KernelAbstractions = "0.9.2" LLD_jll = "15, 16, 17, 18, 19, 20" LLVM = "9" -LLVM_jll = "15, 16, 17, 18, 19, 20" +LLVM_jll = "15, 16, 17, 18, 19, 20, 21.1" PrecompileTools = "1" Preferences = "1" PrettyTables = "3"