xref: /llvm-project/libc/docs/platform_support.rst (revision db6b7a84e6e4949569e756f46357d9f54ad16a03)
1Platform Support
2================
3
4Development is currently mostly focused on Linux.  MacOS and Windows has
5partial support, but has bitrot and isn't being tested continuously.
6
7LLVM-libc is currently being integrated into Android and Fuchsia operating
8systems via `overlay mode <overlay_mode.html>`__.
9
10For Linux, we support kernel versions as listed on
11`kernel.org <https://kernel.org/>`_, including ``longterm`` (not past EOL
12date), ``stable``, and ``mainline`` versions. We actively adopt new features
13from ``linux-next``.
14
15For Windows, we plan to support products within their lifecycle. Please refer to
16`Search Product and Services Lifecycle Information <https://learn.microsoft.com/en-us/lifecycle/products/?products=windows>`_ for more information.
17
18LLVM-libc does not guarantee backward compatibility with operating systems that
19have reached their EOL. Compatibility patches for obsolete operating systems
20will not be accepted.
21
22For GPU, reference `our GPU docs <gpu/index.html>`__.
23