[libc-commits] [libc] [libc] document supported os ranges (PR #118863)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu Dec 5 14:08:24 PST 2024


================
@@ -40,6 +40,16 @@ and MacOS have limited support (may be broken).  The Fuchsia platform is
 slowly replacing functions from its bundled libc with functions from this
 project.
 
+LLVM-libc does not guarantee backward compatibility with operating systems that have reached their EOL.
+Compatibility patches for obsolete operating systems will not be accepted.
+
+For Linux, we support kernel versions as listed on `kernel.org <https://kernel.org/>`_, including
+``longterm`` (not past EOL date), ``stable``, and ``mainline`` versions. We actively adopt new features
+from ``linux-next``.
+
+For Windows, we support products within their lifecycle. Please refer to 
+`Search Product and Services Lifecycle Information <https://learn.microsoft.com/en-us/lifecycle/products/?products=windows>`_ for more information.
----------------
SchrodingerZhu wrote:

applied!

https://github.com/llvm/llvm-project/pull/118863


More information about the libc-commits mailing list