From e3ca61f8889cee6aeab70b851b73b210dcef7dc8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 May 2024 00:59:39 +0000 Subject: [PATCH] CompatHelper: bump compat for LLVM to 7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a03532b..811b689 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ GPUArrays = "^10.0" GPUCompiler = "^0.25, 0.26" GeometryBasics = "^0.4" Infiltrator = "^1.7" -LLVM = "^6.0" +LLVM = "^6.0, 7" Lazy = "^0.15" MacroTools = "^0.5" Reexport = "^1.2"