Skip to content

Commit caa7c9e

Browse files
committed
[Docs] Fix target feature matrix for PowerPC and SystemZ
The target feature matrix in the code generator documentation is outdated. This PR fixes some entries for PowerPC and SystemZ. Both have: - assembly parser - disassembler - .o file writing Reviewers: uweigand Differential Revision: https://reviews.llvm.org/D71004
1 parent 4286aca commit caa7c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/CodeGenerator.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ Here is the table:
18711871
:raw-html:`<td class="no"></td> <!-- MSP430 -->`
18721872
:raw-html:`<td class="yes"></td> <!-- Mips -->`
18731873
:raw-html:`<td class="no"></td> <!-- NVPTX -->`
1874-
:raw-html:`<td class="no"></td> <!-- PowerPC -->`
1874+
:raw-html:`<td class="yes"></td> <!-- PowerPC -->`
18751875
:raw-html:`<td class="no"></td> <!-- Sparc -->`
18761876
:raw-html:`<td class="yes"></td> <!-- SystemZ -->`
18771877
:raw-html:`<td class="yes"></td> <!-- X86 -->`
@@ -1886,9 +1886,9 @@ Here is the table:
18861886
:raw-html:`<td class="no"></td> <!-- MSP430 -->`
18871887
:raw-html:`<td class="yes"></td> <!-- Mips -->`
18881888
:raw-html:`<td class="na"></td> <!-- NVPTX -->`
1889-
:raw-html:`<td class="no"></td> <!-- PowerPC -->`
1889+
:raw-html:`<td class="yes"></td> <!-- PowerPC -->`
1890+
:raw-html:`<td class="yes"></td> <!-- Sparc -->`
18901891
:raw-html:`<td class="yes"></td> <!-- SystemZ -->`
1891-
:raw-html:`<td class="no"></td> <!-- Sparc -->`
18921892
:raw-html:`<td class="yes"></td> <!-- X86 -->`
18931893
:raw-html:`<td class="yes"></td> <!-- XCore -->`
18941894
:raw-html:`<td class="yes"></td> <!-- eBPF -->`
@@ -1931,7 +1931,7 @@ Here is the table:
19311931
:raw-html:`<td class="no"></td> <!-- MSP430 -->`
19321932
:raw-html:`<td class="yes"></td> <!-- Mips -->`
19331933
:raw-html:`<td class="na"></td> <!-- NVPTX -->`
1934-
:raw-html:`<td class="no"></td> <!-- PowerPC -->`
1934+
:raw-html:`<td class="yes"></td> <!-- PowerPC -->`
19351935
:raw-html:`<td class="no"></td> <!-- Sparc -->`
19361936
:raw-html:`<td class="yes"></td> <!-- SystemZ -->`
19371937
:raw-html:`<td class="yes"></td> <!-- X86 -->`

0 commit comments

Comments
 (0)