[libcxx-commits] [libcxx] f5e9c1a - [libc++] Update supported system versions
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 5 13:29:48 PST 2023
Author: Nikolas Klauser
Date: 2023-03-05T22:29:42+01:00
New Revision: f5e9c1ae8306dec95d85febab658de86a2e74a1d
URL: https://github.com/llvm/llvm-project/commit/f5e9c1ae8306dec95d85febab658de86a2e74a1d
DIFF: https://github.com/llvm/llvm-project/commit/f5e9c1ae8306dec95d85febab658de86a2e74a1d.diff
LOG: [libc++] Update supported system versions
Reviewed By: ldionne, #libc, emaste, daltenty
Spies: fsb4000, daltenty, alvinhochun, goncharov, phosek, MaskRay, dalias, q66, thesamesam, emaste, libcxx-commits, arphaman, mstorsjo, #libc_vendors
Differential Revision: https://reviews.llvm.org/D140343
Added:
Modified:
libcxx/docs/index.rst
Removed:
################################################################################
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 265d23cc9004..41a87f4a90a6 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -117,10 +117,10 @@ Libc++ also supports common platforms and architectures:
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
More information about the libcxx-commits
mailing list