[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 05:57:04 PDT 2021
mstorsjo updated this revision to Diff 358243.
mstorsjo added a comment.
Changed to Louis' suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105888/new/
https://reviews.llvm.org/D105888
Files:
libcxx/docs/index.rst
Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -125,8 +125,10 @@
However, libc++ aims to provide a high-quality implementation of the C++ Standard
Library, especially when it comes to correctness. As such, we aim to have test coverage
for all the platforms and compilers that we claim to support. If a platform or compiler
-is not listed here, it is not officially supported. It may happen to work, but we don't
-make any guarantees. If you would like your compiler and/or platform to be listed here,
+is not listed here, it is not officially supported. It may happen to work, and
+in practice the library is known to work on some platforms not listed here, but
+we don't make any guarantees. If you would like your compiler and/or platform
+to be formally supported and listed here,
please work with the libc++ team to set up testing for your configuration.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105888.358243.patch
Type: text/x-patch
Size: 972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/b99215a1/attachment.bin>
More information about the libcxx-commits
mailing list