[libcxx-commits] [libcxx] [libc++][Android] Don't list Android as supported yet (PR #69660)
Ryan Prichard via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 19 16:19:49 PDT 2023
https://github.com/rprichard created https://github.com/llvm/llvm-project/pull/69660
Issue: https://github.com/llvm/llvm-project/issues/69270
>From 0dc351792a5190c98dd3e1fa985dd77b658c2cf5 Mon Sep 17 00:00:00 2001
From: Ryan Prichard <rprichard at google.com>
Date: Thu, 19 Oct 2023 16:18:58 -0700
Subject: [PATCH] [libc++][Android] Don't list Android as supported yet
Issue: https://github.com/llvm/llvm-project/issues/69270
---
libcxx/docs/index.rst | 1 -
1 file changed, 1 deletion(-)
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