From e2c8079bfa8b2aea9ac10f18a48870e705cf2fa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 16:13:22 +0000 Subject: [PATCH] CompatHelper: bump compat for "LLVM" to "4.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c728dbc..43204a9 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ CompilerPluginTools = "0.1" Configurations = "0.15, 0.16" Expronicon = "0.6" GPUCompiler = "0.11, 0.12" -LLVM = "3.6" +LLVM = "3.6, 4.1" MLStyle = "0.4" TimerOutputs = "0.5" YaoAPI = "0.1"