From f563d8046da92e9b3bd87120737523ab7cef97f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= Date: Sun, 9 Nov 2025 16:05:34 +0100 Subject: [PATCH] Add AArch64 and X86_64 llvm-mingw Windows toolchains --- files/rustc/llvm-mingw.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 files/rustc/llvm-mingw.toml diff --git a/files/rustc/llvm-mingw.toml b/files/rustc/llvm-mingw.toml new file mode 100644 index 0000000..4fd5a79 --- /dev/null +++ b/files/rustc/llvm-mingw.toml @@ -0,0 +1,11 @@ +[[files]] +name = "rustc/llvm-mingw-20251104-ucrt-aarch64.zip" +sha256 = "a71358c7302cfa55a7ec1b86c75ab3672d11c21399fc5d5fa039c0b335b090db" +source = "https://github.com/mstorsjo/llvm-mingw/releases/download/20251104/llvm-mingw-20251104-ucrt-aarch64.zip" +license = "Apache License v2.0 with LLVM Exceptions" + +[[files]] +name = "rustc/llvm-mingw-20251104-ucrt-x86_64.zip" +sha256 = "171b298f46fa4b5653dc7b01cc5e709caca645991be8e1b0724466c4a282a1ac" +source = "https://github.com/mstorsjo/llvm-mingw/releases/download/20251104/llvm-mingw-20251104-ucrt-x86_64.zip" +license = "Apache License v2.0 with LLVM Exceptions"