2021-07-03 15:23:16 +00:00
|
|
|
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
Arch Support
|
|
|
|
============
|
|
|
|
|
|
|
|
Currently, the Rust compiler (``rustc``) uses LLVM for code generation,
|
|
|
|
which limits the supported architectures that can be targeted. In addition,
|
|
|
|
support for building the kernel with LLVM/Clang varies (please see
|
|
|
|
Documentation/kbuild/llvm.rst). This support is needed for ``bindgen``
|
|
|
|
which uses ``libclang``.
|
|
|
|
|
|
|
|
Below is a general summary of architectures that currently work. Level of
|
|
|
|
support corresponds to ``S`` values in the ``MAINTAINERS`` file.
|
|
|
|
|
|
|
|
============ ================ ==============================================
|
|
|
|
Architecture Level of support Constraints
|
|
|
|
============ ================ ==============================================
|
2022-08-04 10:16:44 +00:00
|
|
|
``x86`` Maintained ``x86_64`` only.
|
2022-12-17 04:44:36 +00:00
|
|
|
``um`` Maintained ``x86_64`` only.
|
|
|
|
============ ================ ==============================================
|
2023-02-13 08:59:20 +00:00
|
|
|
|