From e598a1f5ec729dc0a12080f847cf7db03d9ef8a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:52:43 +0100 Subject: [PATCH] CompatHelper: bump compat for LLVM to 8, (keep existing compat) (#69) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 350c091..1ccb78d 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Clang = "0.14, 0.17.4, 0.18" CxxWrap = "0.14, 0.16" GPUCompiler = "0.23, 0.24, 0.25, 0.26" JSON = "0.21.4" -LLVM = "6, 7" +LLVM = "6, 7, 8" LinearAlgebra = "1" Pkg = "1" ProgressMeter = "1.7"