From f73fff131b863da45efd5383f164f74a1a6b6846 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 26 Jun 2024 23:00:50 +0200 Subject: [PATCH] Bump LLVM compat. (#544) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e3bbe181..d0628667 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Adapt = "4.0" GPUArraysCore = "= 0.1.6" -LLVM = "3.9, 4, 5, 6, 7" +LLVM = "3.9, 4, 5, 6, 7, 8" LinearAlgebra = "1" Printf = "1" Random = "1"