Skip to content

Commit

Permalink
Add LLVM 20.1.0 (#469)
Browse files Browse the repository at this point in the history
It was released [just
yesterday](https://github.com/llvm/llvm-project/releases/tag/llvmorg-20.1.0),
so not all binaries are available yet.

Happy to wait and update the PR when more artifacts are available if it
is too soon 😄
  • Loading branch information
AlexDenisov authored Mar 6, 2025
1 parent f22ae66 commit 14eb901
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toolchain/internal/llvm_distributions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,11 @@ _llvm_distributions = {
"LLVM-19.1.7-macOS-X64.tar.xz": "49405e75fbe7ad6f8139a33f59ec8c5112b75b3027405c7b92d19f4c6f02c78a",
"clang+llvm-19.1.7-aarch64-linux-gnu.tar.xz": "a73d9326e5d756e3937df6a9f621664d76403b59119f741901106b387e53a6ae",
"clang+llvm-19.1.7-x86_64-pc-windows-msvc.tar.xz": "b4557b4f012161f56a2f5d9e877ab9635cafd7a08f7affe14829bd60c9d357f0",

# 20.1.0
"LLVM-20.1.0-Linux-ARM64.tar.xz": "9d1bbf3f6d4d011e3b8b4b585f686bc968474917f37d3b82b4a534f456168c67",
"LLVM-20.1.0-Linux-X64.tar.xz": "954ac51498519f6ed9540714fb04bc401f70039b296a8160dd1559be380788d7",
"LLVM-20.1.0-macOS-ARM64.tar.xz": "2c42ec26ec50c4bf8b95585f762b9d2f5b385d170dee772d9c1d6c9a7190dcef",
}

# Note: Unlike the user-specified llvm_mirror attribute, the URL prefixes in
Expand Down Expand Up @@ -630,6 +635,7 @@ _llvm_distributions_base_url = {
"19.1.5": "https://github.com/llvm/llvm-project/releases/download/llvmorg-",
"19.1.6": "https://github.com/llvm/llvm-project/releases/download/llvmorg-",
"19.1.7": "https://github.com/llvm/llvm-project/releases/download/llvmorg-",
"20.1.0": "https://github.com/llvm/llvm-project/releases/download/llvmorg-",
}

def _get_auth(ctx, urls):
Expand Down

0 comments on commit 14eb901

Please sign in to comment.