[libcxx-commits] [libcxx] [libc++][Android] Don't list Android as supported yet (PR #69660)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 19 16:20:28 PDT 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Ryan Prichard (rprichard)
<details>
<summary>Changes</summary>
Issue: https://github.com/llvm/llvm-project/issues/69270
---
Full diff: https://github.com/llvm/llvm-project/pull/69660.diff
1 Files Affected:
- (modified) libcxx/docs/index.rst (-1)
``````````diff
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
=============== ========================= ============================
``````````
</details>
https://github.com/llvm/llvm-project/pull/69660
More information about the libcxx-commits
mailing list