Skip to content

Commit e47ba53

Browse files
authored
Merge pull request #19 from mati865/llvm-mingw-toolchains
Add AArch64 and X86_64 llvm-mingw Windows toolchains
2 parents fac0ed1 + f563d80 commit e47ba53

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

files/rustc/llvm-mingw.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[files]]
2+
name = "rustc/llvm-mingw-20251104-ucrt-aarch64.zip"
3+
sha256 = "a71358c7302cfa55a7ec1b86c75ab3672d11c21399fc5d5fa039c0b335b090db"
4+
source = "https://github.com/mstorsjo/llvm-mingw/releases/download/20251104/llvm-mingw-20251104-ucrt-aarch64.zip"
5+
license = "Apache License v2.0 with LLVM Exceptions"
6+
7+
[[files]]
8+
name = "rustc/llvm-mingw-20251104-ucrt-x86_64.zip"
9+
sha256 = "171b298f46fa4b5653dc7b01cc5e709caca645991be8e1b0724466c4a282a1ac"
10+
source = "https://github.com/mstorsjo/llvm-mingw/releases/download/20251104/llvm-mingw-20251104-ucrt-x86_64.zip"
11+
license = "Apache License v2.0 with LLVM Exceptions"

0 commit comments

Comments
 (0)