File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,16 @@ and MacOS have limited support (may be broken). The Fuchsia platform is
40
40
slowly replacing functions from its bundled libc with functions from this
41
41
project.
42
42
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
+
43
53
ABI Compatibility
44
54
=================
45
55
You can’t perform that action at this time.
0 commit comments