[libcxx-commits] [PATCH] D140343: [libc++] List supported libcs
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 28 11:25:10 PST 2023
philnik updated this revision to Diff 501238.
philnik marked 10 inline comments as done.
philnik added a comment.
Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140343/new/
https://reviews.llvm.org/D140343
Files:
libcxx/docs/index.rst
Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -117,10 +117,10 @@
Target platform Target architecture Notes
=============== ========================= ============================
macOS 10.9+ i386, x86_64, arm64 Building the shared library itself requires targetting macOS 10.11+
-FreeBSD 10+ i386, x86_64, arm
-Linux i386, x86_64, arm, arm64
+FreeBSD 12+ i386, x86_64, arm
+Linux i386, x86_64, arm, arm64 Only glibc-2.24 and later and no other libc is supported
Windows i386, x86_64 Both MSVC and MinGW style environments
-AIX powerpc, powerpc64
+AIX 7.2TL5+ powerpc, powerpc64
=============== ========================= ============================
Generally speaking, libc++ should work on any platform that provides a fairly complete
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140343.501238.patch
Type: text/x-patch
Size: 931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230228/574de0ae/attachment.bin>
More information about the libcxx-commits
mailing list