Skip to content

Commit d13516b

Browse files
committed
toolchain-bootstrap: LLVM 18.1.8 -> 19.1.0
1 parent 006213d commit d13516b

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-18.1.8/llvm-project-18.1.8.src.tar.xz \
174-
0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a \
173+
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.0/llvm-project-19.1.0.src.tar.xz \
174+
5042522b49945bc560ff9206f25fb87980a9b89b914193ca00d961511ff0673c \
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-18.1.8/llvm-project-18.1.8.src.tar.xz",
47-
"sha256": "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a",
48-
"version": "18.1.8",
46+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.0/llvm-project-19.1.0.src.tar.xz",
47+
"sha256": "5042522b49945bc560ff9206f25fb87980a9b89b914193ca00d961511ff0673c",
48+
"version": "19.1.0",
4949
},
5050
]
5151

0 commit comments

Comments
 (0)