[libcxx-commits] [PATCH] D140343: [libc++] Update supported system versions
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 5 13:29:56 PST 2023
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.
Closed by commit rGf5e9c1ae8306: [libc++] Update supported system versions (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D140343?vs=501238&id=502470#toc
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 officially 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.502470.patch
Type: text/x-patch
Size: 942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230305/986fe67f/attachment.bin>
More information about the libcxx-commits
mailing list