[libcxx-commits] [libcxx] 1c69005 - [libcxx] [docs] Acknowledge that the library is known to work in some configs outside of what's tested in CI

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 13 13:19:45 PDT 2021


Author: Martin Storsjö
Date: 2021-07-13T23:18:55+03:00
New Revision: 1c69005c2e11414669ac8ba094a9b059920936db

URL: https://github.com/llvm/llvm-project/commit/1c69005c2e11414669ac8ba094a9b059920936db
DIFF: https://github.com/llvm/llvm-project/commit/1c69005c2e11414669ac8ba094a9b059920936db.diff

LOG: [libcxx] [docs] Acknowledge that the library is known to work in some configs outside of what's tested in CI

Differential Revision: https://reviews.llvm.org/D105888

Added: 
    

Modified: 
    libcxx/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index a6e9bc647ea1..d4205a1bcc27 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -125,8 +125,10 @@ systems that provide incomplete support.
 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.
 
 


        


More information about the libcxx-commits mailing list