From 64677bfa13afde43a2ba6bc75fcdc620528ab961 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 30 Jun 2024 01:07:09 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for LLVM to 8, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4d7d40..b3045ab 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.2" - [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, 8" MacroTools = "0.5" StaticTools = "0.8" julia = "1.8, 1.9" From fb3cadac2ba0fc265ebd938a4f21fb50253f77cd Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Sun, 30 Jun 2024 15:42:16 -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 b3045ab..5da6fa1 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.2" +version = "0.7.3" [deps] Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"