[libcxx-commits] [libcxx] a7c4ff9 - [libc++][Android] Don't list Android as supported yet (#69660)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 19 18:09:43 PDT 2023
Author: Ryan Prichard
Date: 2023-10-19T18:09:39-07:00
New Revision: a7c4ff9a563a6fecd6daf2fa992c6708a0aa8f02
URL: https://github.com/llvm/llvm-project/commit/a7c4ff9a563a6fecd6daf2fa992c6708a0aa8f02
DIFF: https://github.com/llvm/llvm-project/commit/a7c4ff9a563a6fecd6daf2fa992c6708a0aa8f02.diff
LOG: [libc++][Android] Don't list Android as supported yet (#69660)
We don't have a pre-commit CI bot running Android tests yet, so this is still WIP.
Added:
Modified:
libcxx/docs/index.rst
Removed:
################################################################################
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 72c80d7dc954a33..9c2a83bde3c0f4f 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -130,7 +130,6 @@ Target platform Target architecture Notes
macOS 10.9+ i386, x86_64, arm64 Building the shared library itself requires targetting macOS 10.13+
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
-Android 5.0+ i386, x86_64, arm, arm64
Windows i386, x86_64 Both MSVC and MinGW style environments, ABI in MSVC environments is :doc:`unstable <DesignDocs/ABIVersioning>`
AIX 7.2TL5+ powerpc, powerpc64
=============== ========================= ============================
More information about the libcxx-commits
mailing list