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

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Dec 5 12:50:16 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 reaches their EOL.
+Compatibility patch for obsolete operating systems will not be accepted.
+
+For Linux, we support kernel versions as listed on `kernel.org <https://kernel.org/>`_, including
+``longterm``, ``stable``, and ``mainline`` versions. We actively adapt new features
----------------
nickdesaulniers wrote:

```suggestion
``longterm`` (not past EOL date), ``stable``, and ``mainline`` versions. We actively adopt new features
```

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


More information about the libc-commits mailing list