From d624d4c98352cbf4c75332a17b6d0e8b5b1df1c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:03:28 +0100 Subject: [PATCH] CompatHelper: bump compat for LLVM to 9, (keep existing compat) (#72) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e765226..7be05ab 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, 0.27" JSON = "0.21.4" -LLVM = "6, 7, 8" +LLVM = "6, 7, 8, 9" LinearAlgebra = "1" Pkg = "1" ProgressMeter = "1.7"