From 00184aec53a2620bec9a556d1f461b4e8a980a2b Mon Sep 17 00:00:00 2001 From: Samuel Gomes <47574584+a740g@users.noreply.github.com> Date: Thu, 25 Jul 2024 06:10:06 +0530 Subject: [PATCH] Update to llvm-mingw 20240619 with LLVM 18.1.8 for WoA --- setup_mingw.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup_mingw.cmd b/setup_mingw.cmd index 843e5695e..6b313e47c 100644 --- a/setup_mingw.cmd +++ b/setup_mingw.cmd @@ -68,11 +68,11 @@ rem MINGW_DIR is actually the internal directory name inside the zip / 7z file rem It needs to be updated whenever the toolchains are updated if "%ARCH%" == "ARM" ( if %BITS% == 64 ( - set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240320/llvm-mingw-20240320-ucrt-aarch64.zip" - set MINGW_DIR=llvm-mingw-20240320-ucrt-aarch64 + set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240619/llvm-mingw-20240619-ucrt-aarch64.zip" + set MINGW_DIR=llvm-mingw-20240619-ucrt-aarch64 ) else ( - set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240320/llvm-mingw-20240320-ucrt-armv7.zip" - set MINGW_DIR=llvm-mingw-20240320-ucrt-armv7 + set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240619/llvm-mingw-20240619-ucrt-armv7.zip" + set MINGW_DIR=llvm-mingw-20240619-ucrt-armv7 ) set MINGW_TEMP_FILE=temp.zip ) else (