arch-support.rst 846 B

12345678910111213141516171819
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Arch Support
  3. ============
  4. Currently, the Rust compiler (``rustc``) uses LLVM for code generation,
  5. which limits the supported architectures that can be targeted. In addition,
  6. support for building the kernel with LLVM/Clang varies (please see
  7. Documentation/kbuild/llvm.rst). This support is needed for ``bindgen``
  8. which uses ``libclang``.
  9. Below is a general summary of architectures that currently work. Level of
  10. support corresponds to ``S`` values in the ``MAINTAINERS`` file.
  11. ============ ================ ==============================================
  12. Architecture Level of support Constraints
  13. ============ ================ ==============================================
  14. ``x86`` Maintained ``x86_64`` only.
  15. ============ ================ ==============================================