Skip to content

Commit

Permalink
toolchain-bootstrap: upgrade LLVM 16.0.2 -> 16.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed May 6, 2023
1 parent fef9351 commit e098dac
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.2/llvm-project-16.0.2.src.tar.xz \
6d8acae041ccd34abe144cda6eaa76210e1491f286574815b7261b3f2e58734c \
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/llvm-project-16.0.3.src.tar.xz \
3b12e35332e10cf650578ae18247b91b04926d5427e1a6ae9a51d170a47cfbb2 \
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.2/llvm-project-16.0.2.src.tar.xz",
"sha256": "6d8acae041ccd34abe144cda6eaa76210e1491f286574815b7261b3f2e58734c",
"version": "16.0.2",
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3/llvm-project-16.0.3.src.tar.xz",
"sha256": "3b12e35332e10cf650578ae18247b91b04926d5427e1a6ae9a51d170a47cfbb2",
"version": "16.0.3",
},
]

Expand Down

0 comments on commit e098dac

Please sign in to comment.