Skip to content

Commit 7936ca1

Browse files
authored
[LLVM] Bump to v19.1.7+1 (#10594)
Let's hope this is the last one
1 parent 8c2f7bb commit 7936ca1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

L/LLVM/LLVM_full@19/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ include("../common.jl")
44

55
build_tarballs(ARGS, configure_build(ARGS, version; experimental_platforms=true)...;
66
preferred_gcc_version=v"10", preferred_llvm_version=v"16", julia_compat="1.6")
7-
# Build trigger: 8
7+
# Build trigger: 9

L/LLVM/LLVM_full_assert@19/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ include("../common.jl")
44

55
build_tarballs(ARGS, configure_build(ARGS, version; assert=true, experimental_platforms=true)...;
66
preferred_gcc_version=v"10", preferred_llvm_version=v"16", julia_compat="1.6")
7-
# Build trigger: 9
7+
# Build trigger: 10

L/LLVM/common.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const llvm_tags = Dict(
2020
v"16.0.6" => "499f87882a4ba1837ec12a280478cf4cb0d2753d", # julia-16.0.6-2
2121
v"17.0.6" => "0007e48608221f440dce2ea0d3e4f561fc10d3c6", # julia-17.0.6-5
2222
v"18.1.7" => "ed30d043a240d06bb6e010a41086e75713156f4f", # julia-18.1.7-2
23-
v"19.1.7" => "3cb75bacf7f61380a4ef45fef519c2fb5940dd4a", # julia-19.1.7-0
23+
v"19.1.7" => "a9df916357c2fd0851df026a84f83d87efd6e212", # julia-19.1.7-1
2424
)
2525

2626
const buildscript = raw"""
@@ -757,7 +757,6 @@ function configure_extraction(ARGS, LLVM_full_version, name, libLLVM_version=not
757757
end
758758

759759
platforms = supported_platforms(; experimental=experimental_platforms)
760-
filter!(p->arch(p)!="riscv64", platforms) # Not supported yet, see https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/1366
761760
push!(platforms, Platform("x86_64", "linux"; sanitize="memory"))
762761
if version >= v"15"
763762
# We don't build LLVM 15 for i686-linux-musl.

0 commit comments

Comments
 (0)