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