[libcxx-commits] [libcxx] [libc++] Disable isw*_l functions on old MSVCRT (< 0x800) (PR #144273)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 1 03:49:05 PDT 2025
mstorsjo wrote:
> I didn't see the mingw-w64 changes you mentioned, as I was testing with stable version 12.0.0. Now that version 13.0.0 is out, I'll rework this patch.
FWIW, I don't know what there is to rework - the current libc++ should work just fine on Windows 7 with mingw-w64. The msvcrt releases from e.g. https://github.com/mstorsjo/llvm-mingw/releases/tag/20250613 work just fine on Windows 7 (I just tested it), and yesterday I checked a libc++.dll from a nightly build of latest llvm git which also loaded fine.
https://github.com/llvm/llvm-project/pull/144273
More information about the libcxx-commits
mailing list