[libc-commits] [libc] [libc] Fix LLVM_LIBC_FUNCTION on 32-bit x86 Windows (PR #213456)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 1 09:31:32 PDT 2026
lntue wrote:
> Is 32-bit windows still a supportable target? As I understand it, Windows 10 went EOL last October and Windows 11 is 64-bit only.
If I remember it correctly, the default MSVC (x86) still compile to 32-bit x86. You have to explicitly choose MSVC (x64) for 64-bit.
https://github.com/llvm/llvm-project/pull/213456
More information about the libc-commits
mailing list