Skip to content

Commit

Permalink
CompatHelper: bump compat for LLVM to 5, (keep existing compat) (#107)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for LLVM to 5, (keep existing compat)

* Run CI

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: C. Brenhin Keller <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2023
1 parent fed55dd commit 141e1ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StaticCompiler"
uuid = "81625895-6c0f-48fc-b932-11a18313743c"
authors = ["Tom Short and contributors"]
version = "0.4.8"
version = "0.4.9"

[deps]
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"
Expand All @@ -13,6 +13,6 @@ StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a"

[compat]
GPUCompiler = "0.16, 0.17"
LLVM = "4.8"
StaticTools ="0.8"
LLVM = "4.8, 5"
StaticTools = "0.8"
julia = "1.7"

2 comments on commit 141e1ab

@brenhinkeller
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register
Release notes:
*Bump compat for LLVM.jl to 5

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80855

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.9 -m "<description of version>" 141e1abacce529f2de1213fe390369b8db65a87b
git push origin v0.4.9

Please sign in to comment.