[libcxx-commits] [PATCH] D140343: [libc++] List supported libcs
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 20 04:28:09 PST 2022
philnik added inline comments.
================
Comment at: libcxx/docs/index.rst:122
+Linux i386, x86_64, arm, arm64 glibc-2.24+
+Windows i386, x86_64 MSVCRT-???, MinGW??? Both MSVC and MinGW style environments
+AIX powerpc, powerpc64 ???-???
----------------
mstorsjo wrote:
> For the tested and supported C runtime on Windows, I'd just write `UCRT` - that's the one used both by MSVC and mingw setups (although with a little bit of different wrapping around it in the mingw case).
>
> In mingw configurations, it's also buildable with msvcrt.dll - I do test building it regularly (every other day more or less), but that configuration doesn't pass all tests and isn't one of the formally supported configs.
Is there any versioning for UCRT, and if yes - which ones work currently?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140343/new/
https://reviews.llvm.org/D140343
More information about the libcxx-commits
mailing list