From 291d5bf9d3c8517e69682c85a683b4d779555a13 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Jun 2024 01:24:16 +0000 Subject: [PATCH] CompatHelper: bump compat for LLVM to 8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 82f8ccc9a..2541cb39b 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"