llvm: Update to version 21.1.1

This commit is contained in:
github-actions[bot] 2025-09-10 12:32:45 +00:00
parent 13ae3e4567
commit 5f33b7f5e1

View File

@ -1,17 +1,17 @@
{
"version": "21.1.0",
"version": "21.1.1",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org",
"license": "NCSA",
"notes": "Since upstream does NOT provide pre-compiled binary of arm64 for every release, LLVM arm64 is now a separate manifest: 'llvm-arm64'.",
"architecture": {
"64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.0/LLVM-21.1.0-win64.exe#/dl.7z",
"hash": "e751be8019b7500b100456c915b4b3c339d8d88b81b3aad49796d39f700e7ef3"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.1/LLVM-21.1.1-win64.exe#/dl.7z",
"hash": "9c47d9c3b3ab7e41850211ac59e5ea4f7f2d245a1c81d7eb1f0192eebe210b33"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.0/LLVM-21.1.0-win32.exe#/dl.7z",
"hash": "e149ed75ee6c8cbad225aa723feb40bf11d37c56f94b1b5815de4c61e5f7f3f7"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.1/LLVM-21.1.1-win32.exe#/dl.7z",
"hash": "cffcc20aca01ac1f4fa2ee770d524238fa00ae9622406afe6b97d2bb90584f4b"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",