Skip to content

Commit 291810b

Browse files
nickdesaulniersmasahir0y
authored andcommitted
Documentation/llvm: Update Supported Arch table
While watching Michael's new talk on Clang-built-Linux, I noticed the arch table in our docs that he refers to is outdated. Add hexagon and User Mode. Bump MIPS and RISCV to LLVM=1. PowerPC is almost LLVM=1 capable; ppc64le works, but ppc64 (big endian) and ppc32 still need more work. Link: https://youtu.be/W4zdEDpvR5c?t=399 Signed-off-by: Nick Desaulniers <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 2843879 commit 291810b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Documentation/kbuild/llvm.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,24 @@ yet. Bug reports are always welcome at the issue tracker below!
129129
* - arm64
130130
- Supported
131131
- ``LLVM=1``
132+
* - hexagon
133+
- Maintained
134+
- ``LLVM=1``
132135
* - mips
133136
- Maintained
134-
- ``CC=clang``
137+
- ``LLVM=1``
135138
* - powerpc
136139
- Maintained
137140
- ``CC=clang``
138141
* - riscv
139142
- Maintained
140-
- ``CC=clang``
143+
- ``LLVM=1``
141144
* - s390
142145
- Maintained
143146
- ``CC=clang``
147+
* - um (User Mode)
148+
- Maintained
149+
- ``LLVM=1``
144150
* - x86
145151
- Supported
146152
- ``LLVM=1``

0 commit comments

Comments
 (0)