llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.42k stars 12.15k forks source link

Missing windows ARM-binaries in 19.1.1 #111118

Closed emipa00 closed 1 month ago

emipa00 commented 2 months ago

The 18.1.8 release had support for windows ARM, did you miss that in this release or do you no longer support it?

efriedma-quic commented 1 month ago

Third-party binaries are not posted on the release page for LLVM 19 and later. You can find third-party builds of LLVM 19 binaries at https://discourse.llvm.org/t/llvm-19-x-release-third-party-binaries/80374 . See https://discourse.llvm.org/t/rfc-improve-binary-security/78121/ for context.

emipa00 commented 1 month ago

Not sure that answered my question, do you mean that the LLVM-18.1.8-woa64.exe in the 18.1.8 release was not an official build? If it was from a third party, could you direct me to where you got it from?

efriedma-quic commented 1 month ago

https://discourse.llvm.org/t/18-1-8-has-been-tagged/79726/9 has information on who uploaded which builds for 18.1.8.

See also #111355 (which doesn't really say anything different, but there's some additional discussion about future directions.)

omjavaid commented 1 month ago

@emipa00 please read https://discourse.llvm.org/t/rfc-official-llvm-binary-releases-for-arm-and-aarch64-platforms/82413

emipa00 commented 1 month ago

@emipa00 please read https://discourse.llvm.org/t/rfc-official-llvm-binary-releases-for-arm-and-aarch64-platforms/82413

Thank you!