File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 33# # jll artifact
44# Clang (paired with LLVM, only here as a JLL download)
55CLANG_JLL_NAME := Clang
6- CLANG_JLL_VER := 18 .1.7+2
6+ CLANG_JLL_VER := 19 .1.1+0
Original file line number Diff line number Diff line change 22
33# # jll artifact
44LLD_JLL_NAME := LLD
5- LLD_JLL_VER := 18 .1.7+2
5+ LLD_JLL_VER := 19 .1.1+0
Original file line number Diff line number Diff line change 33# # jll artifact
44# LLVM_tools (downloads LLVM_jll to get things like `lit` and `opt`)
55LLVM_TOOLS_JLL_NAME := LLVM
6- LLVM_TOOLS_JLL_VER := 18 .1.7+2
7- LLVM_TOOLS_ASSERT_JLL_VER := 18 .1.7+2
6+ LLVM_TOOLS_JLL_VER := 19 .1.1+0
7+ LLVM_TOOLS_ASSERT_JLL_VER := 19 .1.1+0
Original file line number Diff line number Diff line change 22
33# # jll artifact
44LLVM_JLL_NAME := libLLVM
5- LLVM_ASSERT_JLL_VER := 18 .1.7+2
5+ LLVM_ASSERT_JLL_VER := 19 .1.1+0
66# # source build
77# Version number of LLVM
8- LLVM_VER := 18 .1.7
8+ LLVM_VER := 19 .1.1
99# Git branch name in `LLVM_GIT_URL` repository
10- LLVM_BRANCH =julia-18 .1.7-2
10+ LLVM_BRANCH =julia-19 .1.1-0
1111# Git ref in `LLVM_GIT_URL` repository
12- LLVM_SHA1 =julia-18 .1.7-2
12+ LLVM_SHA1 =julia-19 .1.1-0
1313
1414# # Following options are used to automatically fetch patchset from Julia's fork. This is
1515# # useful if you want to build an external LLVM while still applying Julia's patches.
@@ -18,6 +18,6 @@ LLVM_APPLY_JULIA_PATCHES := 0
1818# GitHub repository to use for fetching the Julia patches to apply to LLVM source code.
1919LLVM_JULIA_DIFF_GITHUB_REPO := https://github.com/llvm/llvm-project
2020# Base GitHub ref for generating the diff.
21- LLVM_BASE_REF := llvm:llvmorg-18 .1.7
21+ LLVM_BASE_REF := llvm:llvmorg-19 .1.1
2222# Julia fork's GitHub ref for generating the diff.
23- LLVM_JULIA_REF := JuliaLang:julia-18 .1.7-2
23+ LLVM_JULIA_REF := JuliaLang:julia-19 .1.1-0
Original file line number Diff line number Diff line change 11name = " LLD_jll"
22uuid = " d55e3150-da41-5e91-b323-ecfd1eec6109"
3- version = " 18 .1.7+2 "
3+ version = " 19 .1.1+0 "
44
55[deps ]
66Zlib_jll = " 83775a58-1f1d-513f-b197-d71354ab007a"
@@ -9,8 +9,8 @@ libLLVM_jll = "8f36deef-c2a5-5394-99ed-8e07531fb29a"
99Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
1010
1111[compat ]
12- julia = " 1.11 "
13- libLLVM_jll = " 18 .1.7 "
12+ julia = " 1.12 "
13+ libLLVM_jll = " 19 .1.1 "
1414
1515[extras ]
1616Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 11name = " libLLVM_jll"
22uuid = " 8f36deef-c2a5-5394-99ed-8e07531fb29a"
3- version = " 18 .1.7+2 "
3+ version = " 19 .1.1+0 "
44
55[deps ]
66Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
77Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
88
99[compat ]
10- julia = " 1.11 "
10+ julia = " 1.12 "
1111
1212[extras ]
1313Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments