[libcxx-commits] [PATCH] D140343: [libc++] Update supported system versions

Sam James via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 28 17:10:25 PST 2023


thesamesam added inline comments.


================
Comment at: libcxx/docs/index.rst:121
+FreeBSD 10+     i386, x86_64, arm         ???-???
+Linux           i386, x86_64, arm, arm64  glibc-2.24+
+Windows         i386, x86_64              MSVCRT-???, MinGW???   Both MSVC and MinGW style environments
----------------
philnik wrote:
> MaskRay wrote:
> > philnik wrote:
> > > This seems to be the oldest glibc version referenced in libc++.
> > CC @dalias @q66 @thesamesam about the supported musl versions.
> We don't have any bots testing musl + libc++, so I wouldn't consider musl to be supported currently. I think it might actually be broken in trunk. Maybe someone can provide a bot to test this configuration?
Does unsupported here mean "we expect help to fix things" or "we'll reject patches" (like we discussed in previous encounters)?

I think trunk works fine last time I checked.

I'm just not sure what the purpose of this change is with regard to libc. I don't expect the libc++ team to rush to fix musl bugs, just accept patches if we provide them.

I'd like to provide a buildbot but I'm not sure which hardware we could do it on right now.


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