From f89fd05a35327c2599ea55a10c420396540dd86d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 07:11:06 +0000 Subject: [PATCH] CompatHelper: bump compat for "LLVM" to "4.4" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index df9ca4c..8883647 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.4" MLStyle = "0.4" TimerOutputs = "0.5" YaoAPI = "0.1"