Skip to content

Commit 84d94c8

Browse files
author
Marcus Boerger
authored
Add first 20.1.6 distributions. (#504)
1 parent 0d3594c commit 84d94c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

toolchain/internal/llvm_distributions.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,12 @@ _llvm_distributions = {
645645
"clang+llvm-20.1.5-armv7a-linux-gnueabihf.tar.gz": "80d4b593ecc32bb4289ce75e2b4572c0b6f27e1ceba8ce362c37469c480d3140",
646646
"clang+llvm-20.1.5-x86_64-pc-windows-msvc.tar.xz": "b8e566c0ccf948a5e5946bc0c9d16110b937991816c8f46b9c8b3d1cd9ac7c9a",
647647

648+
# 20.1.6
649+
"LLVM-20.1.6-Linux-ARM64.tar.xz": "f7c2851771cf26af3e2196e3be060cdafe7ea2e04db24bbd736aea0d2c95e3e9",
650+
"LLVM-20.1.6-Linux-X64.tar.xz": "8ecc9878e3d99c8f1db25e5564d12900b4a1fc947f62b8cd01135fd0b15220e4",
651+
648652
# Refer to variable declaration on how to update!
649-
# Example update, run: utils/llvm_checksums.sh -g -v 15.0.6
653+
# Example update, run: utils/llvm_checksums.sh -g -v 20.1.6
650654
}
651655

652656
# Note: Unlike the user-specified llvm_mirror attribute, the URL prefixes in

toolchain/internal/llvm_distributions.golden.out.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ version: 20.1.2
6464
version: 20.1.3
6565
version: 20.1.4
6666
version: 20.1.5
67+
version: 20.1.6
6768
del: clang+llvm-9.0.0-x86_64-pc-linux-gnu.tar.xz
6869
del: clang+llvm-15.0.2-x86_64-unknown-linux-gnu-sles15.tar.xz
6970
del: clang+llvm-19.1.0-x86_64-pc-windows-msvc.tar.xz

0 commit comments

Comments
 (0)