From c2d77ff5fb6d6c36b660266d38eacb84b1fa96cb Mon Sep 17 00:00:00 2001 From: Zarin Date: Sun, 3 Sep 2023 08:28:19 -0400 Subject: [PATCH] llvm@16.0.6: Add arm64 variant (#4772) * llvm: add arm64 * llvm: update arm64 to 16.0.3 * llvm: revert checkver changes --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/llvm.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/llvm.json b/bucket/llvm.json index 3a8159b3b0..01848c62b6 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -11,6 +11,10 @@ "32bit": { "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win32.exe#/dl.7z", "hash": "2b2ffd454e1d4eac6915c41e29de02d214c6cb33390098468bf088dbc7410629" + }, + "arm64": { + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-woa64.exe#/dl.7z", + "hash": "74b37b2eaa0b3632c15ecbb5c1c1c5bc2d093a48cc872c4991a34a75ccda805f" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse", @@ -26,6 +30,9 @@ }, "32bit": { "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z" + }, + "arm64": { + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-woa64.exe#/dl.7z" } } }