[PATCH] D157986: [Cmake] Make sure MSVC knows LLVM source files are UTF-8 encoded
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 12:16:09 PDT 2023
aaron.ballman added a comment.
In D157986#4639985 <https://reviews.llvm.org/D157986#4639985>, @tahonermann wrote:
> Do we document a minimum Windows version requirement for building and running LLVM/Clang?
No, we don't (not that I could find anyway). We document a minimum version for Visual Studio, but not for Windows. Functionally, I believe Windows 7 is the floor: https://github.com/llvm/llvm-project/blob/65331da0032ab4253a4bc0ddcb2da67664bd86a9/llvm/include/llvm/Support/Windows/WindowsSupport.h#L28
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157986/new/
https://reviews.llvm.org/D157986
More information about the llvm-commits
mailing list