[libcxx-commits] [PATCH] D105563: [libc++][docs] Update documentation to reflect libc++'s compiler support policy
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 7 11:40:41 PDT 2021
mstorsjo added inline comments.
================
Comment at: libcxx/docs/index.rst:113
+=============== ==================== ============================
+Target platform Target architecture Notes
+=============== ==================== ============================
----------------
phosek wrote:
> I'd be interested in including Fuchsia here but we don't have bots yet, it's something we plan to work on in H2 2021.
Windows is missing in this list. In practice it works for i386, x86_64, ARM and ARM64, but the CI setup covers x86_64. In my downstream usage it practically runs fine on all of them (but I haven't run full testsuite rounds on other than x86_64 and arm64).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105563/new/
https://reviews.llvm.org/D105563
More information about the libcxx-commits
mailing list