From db74816d61f6cc581cb378a41f5bd611e18e7cf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:31:40 +0000 Subject: [PATCH] llvm: Update to version 20.1.8 --- bucket/llvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index 8038acbbd9..c1872d32d2 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,17 +1,17 @@ { - "version": "20.1.7", + "version": "20.1.8", "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-20.1.7/LLVM-20.1.7-win64.exe#/dl.7z", - "hash": "486e49650d8fe74987c82d3918e4f4b657e7c634fe1710817dc665cfbcb0fa52" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-win64.exe#/dl.7z", + "hash": "3197846a2b19063687dd56e93e34cd941e3548d907f23a6131571321bdf9fe7b" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/LLVM-20.1.7-win32.exe#/dl.7z", - "hash": "6cb6031f01bde9bc1c6ca7354c0865fca02f48346cf01296e7ffdaf117cab020" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-win32.exe#/dl.7z", + "hash": "430b5c04252c9ff195a8993ae1c2ff2b73a14f42067f44cfe8f6db73232313cd" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",