mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 12:56:08 +00:00

Creates a new toctree "Support" under which we have distinct links to arch, platform, and compiler support. * Moved "Platform Support" from index landing page to new doc. * Created explicit "Architecture Support". Requested in https://github.com/llvm/llvm-project/issues/118964#issuecomment-2531503046. * Moved "Compiler Support" from Status toctree to new Support toctree. --------- Co-authored-by: Carlo Cabrera <github@carlo.cab>
20 lines
480 B
ReStructuredText
20 lines
480 B
ReStructuredText
Architecture Support
|
|
====================
|
|
|
|
The currently continuously tested architectures are:
|
|
|
|
* aarch64
|
|
* amdgpu
|
|
* arm
|
|
* nvptx
|
|
* riscv32
|
|
* riscv64
|
|
* x86_64
|
|
|
|
i386 support is [in the works](https://github.com/llvm/llvm-project/issues/93709).
|
|
|
|
See "`Bringup on a New OS or Architecture <porting.html>`__" for more
|
|
information. Please do first file a bug in
|
|
`our issue tracker <https://github.com/llvm/llvm-project/labels/libc>`__ before
|
|
starting a port that you plan to upstream.
|