From 0c452be3cf873cc3a2d03a467aacae17adc49c3e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 12 May 2024 01:03:03 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for LLVM to 7, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4f41e3e..43387a1 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,6 @@ uuid = "81625895-6c0f-48fc-b932-11a18313743c" authors = ["Tom Short and contributors"] version = "0.7.1" - [deps] Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100" CodeInfoTools = "bc773b8a-8374-437a-b9f2-0e9785855863" @@ -19,7 +18,7 @@ StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a" [compat] CodeInfoTools = "0.3" GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26" -LLVM = "6" +LLVM = "6, 7" MacroTools = "0.5" StaticTools = "0.8" julia = "1.8, 1.9" From 6e205521b5ef44625e6a4481b9e71113077d9446 Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Sun, 30 Jun 2024 15:43:13 -0400 Subject: [PATCH 2/2] Bump version to trigger CI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 43387a1..f681fd0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StaticCompiler" uuid = "81625895-6c0f-48fc-b932-11a18313743c" authors = ["Tom Short and contributors"] -version = "0.7.1" +version = "0.7.3" [deps] Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"