-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Open
Description
As pointed out in #110536, the Windows installer llvm releases recently removed all targets other than AArch64, ARM and X86. This wasn't an issue as a separate tar.xz archive (e.g. LLVM-19.1.3-Windows-X64.tar.xz) which included all targets was also present in releases. However, since 19.1.4 that archive has been omitted from the releases. Will builds be available that support other targets for Windows in future versions? These are relied on by projects as they offered a very convenient way to cross compile for non-desktop architectures on Windows without having to maintain a custom toolchain.
Francessco121, sonicdcer and stblr