[libcxx-commits] [PATCH] D105888: [libcxx] [docs] Acknowledge that the library is known to work in some configs outside of what's tested in CI
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 13 13:19:58 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1c69005c2e11: [libcxx] [docs] Acknowledge that the library is known to work in some configs… (authored by mstorsjo).
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.358410.patch
Type: text/x-patch
Size: 972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/26f74e8d/attachment.bin>
More information about the libcxx-commits
mailing list