From 7e50c7deae18797aa817957d7ad8b3c272618861 Mon Sep 17 00:00:00 2001 From: Narasinga Rao Miniskar Date: Tue, 25 Mar 2025 11:30:32 -0400 Subject: [PATCH] Update Project.toml Need version updates for LLD_jll and LLVM_jll --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index eb8118f7f..215cd0b69 100644 --- a/Project.toml +++ b/Project.toml @@ -54,9 +54,9 @@ GPUArrays = "11.2.1" GPUCompiler = "0.27, 1.0" GPUToolbox = "0.1.0, 0.2" KernelAbstractions = "0.9.2" -LLD_jll = "15, 16, 17, 18" +LLD_jll = "15, 16, 17, 18, 19" LLVM = "9" -LLVM_jll = "15, 16, 17, 18" +LLVM_jll = "15, 16, 17, 18, 19" Preferences = "1" PrettyTables = "2" ROCmDeviceLibs_jll = "5.6.1"