[llvm] Support: unlock Windows API support, switch to Windows 10 RS1+ APIs (PR #102240)
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 05:07:40 PDT 2024
AaronBallman wrote:
> > also, we do not explicitly document what versions of Windows we support, or any OS for that matter, and I think that documentation should be created so users know what to expect
>
> I was pretty sure we had such a statement written down somewhere - I remember reading it when I got started in LLVM many years ago (stating that we require Windows 7, both for running LLVM itself, and for the runtimes to run on), but I can't find that now. Maybe it was more implicit after all...
FWIW, I remember the same thing. I could have sworn we documented this somewhere, but the LLVM getting started page just lists "Windows x86" and "Windows x86-64" without version details, and Clang's getting started page points to LLVM's.
https://github.com/llvm/llvm-project/pull/102240
More information about the llvm-commits
mailing list