Skip to content

Commit aff5111

Browse files
committed
Update architecture status to align more with official kernel documentation
1. Upgrade s390 and riscv to supported in limited configurations. s390 has had fantastic support from IBM and Red Hat across the Linux kernel, LLVM, and QEMU. It might even be worth bumping it to well maintained. 2. Add link to m68k's backend support in LLVM. 3. Update csky's link as it has recently changed. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent e5f0454 commit aff5111

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ and are relatively well supported and tested:
3737

3838
The following architectures are targetable from both LLVM and the Linux kernel
3939
and are supported and tested in limited configurations:
40-
* powerpc
4140
* mips
41+
* powerpc
42+
* riscv
43+
* s390
4244

4345
The following architectures are targetable from both LLVM and the Linux kernel
4446
but are untested or currently broken:
4547
* arc
4648
* hexagon
47-
* riscv
48-
* s390
4949
* sparc
5050

5151
The following architectures are targetable from the Linux kernel but not LLVM:
5252
* alpha
5353
* c6x
54-
* csky ([WIP](https://reviews.llvm.org/D86269))
54+
* csky ([WIP](https://reviews.llvm.org/D93798))
5555
* h8300
5656
* ia64
57-
* m68k
57+
* m68k ([WIP](https://reviews.llvm.org/D95315))
5858
* microblaze
5959
* nds32
6060
* nios2

0 commit comments

Comments
 (0)