From 96d21d5843feacbedbd7a3a71eacfced10d3d5d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 13:09:27 +0200 Subject: [PATCH] CompatHelper: bump compat for LLVM to 7, (keep existing compat) (#532) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7269c6ca..e15d884e 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" +LLVM = "3.9, 4, 5, 6, 7" LinearAlgebra = "1" Printf = "1" Random = "1"