From 3f40b2145006ae16eb864e8fce32cca7a9c1bfec Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 2 Apr 2023 01:22:50 +0000 Subject: [PATCH] CompatHelper: bump compat for LLVM to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bfea97f0..63f9920a 100644 --- a/Project.toml +++ b/Project.toml @@ -12,5 +12,5 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" [compat] GPUCompiler = "0.16" -LLVM = "4.8" +LLVM = "4.8, 5" julia = "1.7"