Skip to content

Commit 2dba66b

Browse files
[libc] document supported os ranges (#118863)
1 parent 2ccf7ed commit 2dba66b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc/docs/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ and MacOS have limited support (may be broken). The Fuchsia platform is
4040
slowly replacing functions from its bundled libc with functions from this
4141
project.
4242

43+
LLVM-libc does not guarantee backward compatibility with operating systems that have reached their EOL.
44+
Compatibility patches for obsolete operating systems will not be accepted.
45+
46+
For Linux, we support kernel versions as listed on `kernel.org <https://kernel.org/>`_, including
47+
``longterm`` (not past EOL date), ``stable``, and ``mainline`` versions. We actively adopt new features
48+
from ``linux-next``.
49+
50+
For Windows, we plan to support products within their lifecycle. Please refer to
51+
`Search Product and Services Lifecycle Information <https://learn.microsoft.com/en-us/lifecycle/products/?products=windows>`_ for more information.
52+
4353
ABI Compatibility
4454
=================
4555

0 commit comments

Comments
 (0)