Skip to content

Commit

Permalink
LLVM: Bump LLVMExtra. (#9164)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Jul 29, 2024
1 parent d41d734 commit 08aaaaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L/LLVMExtra/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ include(joinpath(YGGDRASIL_DIR, "platforms", "llvm.jl"))

name = "LLVMExtra"
repo = "https://github.com/maleadt/LLVM.jl.git"
version = v"0.0.30"
version = v"0.0.31"

llvm_versions = [v"13.0.1", v"14.0.6", v"15.0.7", v"16.0.6", v"17.0.6"]

sources = [
GitSource(repo, "6c7bca448f5900009fec4e9b18bf72c52478c664")
GitSource(repo, "fc254504ac97f600f4c334c7dffd84541b2a0e61")
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit 08aaaaf

Please sign in to comment.