Skip to content

Commit e368646

Browse files
committed
Release lld20 #5
https://github.com/yandex/toolchain-registry/releases/tag/lld20-v5 commit_hash:d9b0ac9e1d16a02932df5dd2ed5dabd83da47187
1 parent 0d35ab9 commit e368646

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

build/mapping.conf.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,13 @@
180180
"7412751020": "{registry_endpoint}/7412751020",
181181
"7793618601": "{registry_endpoint}/7793618601",
182182
"7412874863": "{registry_endpoint}/7412874863",
183+
"9766092757": "{registry_endpoint}/9766092757",
183184
"9314801080": "{registry_endpoint}/9314801080",
185+
"9766080017": "{registry_endpoint}/9766080017",
184186
"9314832450": "{registry_endpoint}/9314832450",
187+
"9766596779": "{registry_endpoint}/9766596779",
185188
"9314742690": "{registry_endpoint}/9314742690",
189+
"9766798141": "{registry_endpoint}/9766798141",
186190
"9314551179": "{registry_endpoint}/9314551179",
187191
"7421008516": "{registry_endpoint}/7421008516",
188192
"7421180051": "{registry_endpoint}/7421180051",
@@ -1853,9 +1857,13 @@
18531857
"7412751020": "bin-lld-18-linux-aarch64-9ed8f351aa52a09a3d6ab1d977afb583bf69d8d5",
18541858
"7793618601": "bin-lld-18-linux-x86_64-707d422c95662f1a2f53ee2de8c4d05db9eaeb33",
18551859
"7412874863": "bin-lld-18-linux-x86_64-9ed8f351aa52a09a3d6ab1d977afb583bf69d8d5",
1860+
"9766092757": "bin-lld-20-darwin-arm64-1b07079eed96f0745b1707c2b31c325a663c0422",
18561861
"9314801080": "bin-lld-20-darwin-arm64-60b11ab3ce06554c1763fe1e2a84915201e6e6dd",
1862+
"9766080017": "bin-lld-20-darwin-x86_64-1b07079eed96f0745b1707c2b31c325a663c0422",
18571863
"9314832450": "bin-lld-20-darwin-x86_64-60b11ab3ce06554c1763fe1e2a84915201e6e6dd",
1864+
"9766596779": "bin-lld-20-linux-aarch64-1b07079eed96f0745b1707c2b31c325a663c0422",
18581865
"9314742690": "bin-lld-20-linux-aarch64-60b11ab3ce06554c1763fe1e2a84915201e6e6dd",
1866+
"9766798141": "bin-lld-20-linux-x86_64-1b07079eed96f0745b1707c2b31c325a663c0422",
18591867
"9314551179": "bin-lld-20-linux-x86_64-60b11ab3ce06554c1763fe1e2a84915201e6e6dd",
18601868
"7421008516": "bin-mold-darwin-arm64-9ed8f351aa52a09a3d6ab1d977afb583bf69d8d5",
18611869
"7421180051": "bin-mold-darwin-x86_64-9ed8f351aa52a09a3d6ab1d977afb583bf69d8d5",

build/platform/lld/lld20.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"by_platform": {
33
"darwin-arm64": {
4-
"uri": "sbr:9314801080"
4+
"uri": "sbr:9766092757"
55
},
66
"darwin-x86_64": {
7-
"uri": "sbr:9314832450"
7+
"uri": "sbr:9766080017"
88
},
99
"linux-aarch64": {
10-
"uri": "sbr:9314742690"
10+
"uri": "sbr:9766596779"
1111
},
1212
"linux-x86_64": {
13-
"uri": "sbr:9314551179"
13+
"uri": "sbr:9766798141"
1414
}
1515
}
1616
}

build/ymake.core.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
FAKEID=328319516716
1010

1111
SANDBOX_FAKEID=${FAKEID}.7600000
12-
CPP_FAKEID=2024-01-23
13-
GO_FAKEID=11100371
12+
CPP_FAKEID=2025-09-23
13+
GO_FAKEID=2025-09-23
1414
ANDROID_FAKEID=2023-05-17
1515
CLANG_TIDY_FAKEID=2023-06-06
1616
IWYU_FAKEID=2025-01-08
@@ -22,7 +22,7 @@ DOCS_FAKEID=1
2222

2323
# Change of this value will invalidate some parts of configure cache
2424
# but will not affect builds anyhow (except tests referring build/ directory)
25-
JSON_CACHE_FAKE_ID=20250918
25+
JSON_CACHE_FAKE_ID=20250922
2626

2727
STRUCT_CMD=yes
2828
_DBG_EXPR_ERROR_DETAILS=one

0 commit comments

Comments
 (0)