[libcxx-commits] [PATCH] D105888: [libcxx] [docs] Clarify what "supported" means in this context

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 13 04:27:48 PDT 2021


mstorsjo created this revision.
mstorsjo added a reviewer: ldionne.
Herald added a subscriber: arphaman.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Make it even clearer that we do know that it works on other platforms
and architectures than the ones listed, even if they're not hooked up
in CI.

This is an attempt to fend off discussions with potential users
that would interpret the list as saying that any architecture/platform
combination not on the list is explicitly known to be broken.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105888

Files:
  libcxx/docs/index.rst


Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -118,6 +118,11 @@
 Windows         x86_64
 =============== ========================= ============================
 
+These are platform/architecture combinations that are continuously tested, that
+are formally supported. In practice, the library also is regularly used on
+other architectures and platforms, but as they're not continuously tested
+they're not listed as formally supported.
+
 Generally speaking, libc++ should work on any platform that provides a fairly complete
 C Standard Library. It is also possible to turn off parts of the library for use on
 systems that provide incomplete support.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105888.358233.patch
Type: text/x-patch
Size: 760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/b821827d/attachment-0001.bin>


More information about the libcxx-commits mailing list