Skip to content

Commit

Permalink
toolchain-bootstrap: llvm 16.0.6 -> 17.0.1
Browse files Browse the repository at this point in the history
This seemed too easy.
  • Loading branch information
indygreg committed Sep 23, 2023
1 parent ddf086f commit 593ad5a
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 @@ -168,8 +168,8 @@ download-isl-0.24:
download-llvm:
FROM +image-download
RUN secure-download.sh \
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/llvm-project-16.0.6.src.tar.xz \
ce5e71081d17ce9e86d7cbcfa28c4b04b9300f8fb7e78422b1feb6bc52c3028e \
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/llvm-project-17.0.1.src.tar.xz \
b0e42aafc01ece2ca2b42e3526f54bebc4b1f1dc8de6e34f46a0446a13e882b9 \
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-16.0.6/llvm-project-16.0.6.src.tar.xz",
"sha256": "ce5e71081d17ce9e86d7cbcfa28c4b04b9300f8fb7e78422b1feb6bc52c3028e",
"version": "16.0.6",
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/llvm-project-17.0.1.src.tar.xz",
"sha256": "b0e42aafc01ece2ca2b42e3526f54bebc4b1f1dc8de6e34f46a0446a13e882b9",
"version": "17.0.1",
},
]

Expand Down

0 comments on commit 593ad5a

Please sign in to comment.