From da4f2bfc7a1712372cd95c04afec03ccff342e21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:59:00 +0200 Subject: [PATCH] CompatHelper: bump compat for LLVM to 8, (keep existing compat) (#198) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 45fd707e..63d98298 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] CUDA = "3.5, 4, 5" -LLVM = "3, 4, 5, 6" +LLVM = "3, 4, 5, 6, 8" LLVMLoopInfo = "1" julia = "1.8"