Skip to content

Commit 75efea2

Browse files
committed
toolchain-bootstrap: LLVM 19.1.6 -> 20.1.0
1 parent 4fdb36e commit 75efea2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

toolchain-bootstrap/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ download-isl-0.24:
170170
download-llvm:
171171
FROM +image-download
172172
RUN secure-download.sh \
173-
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/llvm-project-19.1.6.src.tar.xz \
174-
e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34 \
173+
https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.0/llvm-project-20.1.0.src.tar.xz \
174+
4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a \
175175
llvm.tar.xz
176176
SAVE ARTIFACT llvm.tar.xz
177177

toolchain-bootstrap/scripts/clang-macos.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
},
4444
{
4545
"name": "llvm",
46-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/llvm-project-19.1.6.src.tar.xz",
47-
"sha256": "e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34",
48-
"version": "19.1.6",
46+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.0/llvm-project-20.1.0.src.tar.xz",
47+
"sha256": "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a",
48+
"version": "20.1.0",
4949
},
5050
]
5151

0 commit comments

Comments
 (0)