[llvm] Support: unlock Windows API support, switch to Windows 10 RS1+ APIs (PR #102240)

Mateusz MikuĊ‚a via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 11:47:54 PDT 2024


mati865 wrote:

> But I would want to object to bumping the requirement that far - within the msys2 project, they still support older versions

As stated at https://www.msys2.org/docs/windows_support/ MSYS2 targets Windows 8.1 for mingw-w64 but packages are free to require any Windows version.
Many packages already won't run on anything older than Windows 10 since various compilers and libraries depend on newer APIs (for example, anything that uses Rust).

https://github.com/llvm/llvm-project/pull/102240


More information about the llvm-commits mailing list