Skip to content

Commit

Permalink
toolchain-bootstrap: LLVM 18.1.6 -> 18.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Jul 13, 2024
1 parent a4517b4 commit 416ee00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions toolchain-bootstrap/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ download-isl-0.24:
download-llvm:
FROM +image-download
RUN secure-download.sh \
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/llvm-project-18.1.6.src.tar.xz \
bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4 \
https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-project-18.1.8.src.tar.xz \
0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a \
llvm.tar.xz
SAVE ARTIFACT llvm.tar.xz

Expand Down
6 changes: 3 additions & 3 deletions toolchain-bootstrap/scripts/clang-macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
{
"name": "llvm",
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/llvm-project-18.1.6.src.tar.xz",
"sha256": "bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4",
"version": "18.1.6",
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-project-18.1.8.src.tar.xz",
"sha256": "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a",
"version": "18.1.8",
},
]

Expand Down

0 comments on commit 416ee00

Please sign in to comment.