[PATCH] D143543: [docs] Update "production quality" targets for lld/ELFAdd RISC-V and update Arm.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 17:27:43 PST 2023


MaskRay created this revision.
MaskRay added reviewers: jrtc27, peter.smith, pirama, stuij.
Herald added subscribers: VincentWu, vkmr, luismarques, sameer.abuasal, s.egerton, Jim, arphaman, rogfer01, shiva0217, kito-cheng, simoncook, kristof.beyls, arichardson.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143543

Files:
  lld/docs/index.rst


Index: lld/docs/index.rst
===================================================================
--- lld/docs/index.rst
+++ lld/docs/index.rst
@@ -24,8 +24,8 @@
 
 - It supports various CPUs/ABIs including AArch64, AMDGPU, ARM, Hexagon, MIPS
   32/64 big/little-endian, PowerPC, PowerPC64, RISC-V, SPARC V9, x86-32 and
-  x86-64. Among these, AArch64, ARM (>= v6), PowerPC, PowerPC64, x86-32 and
-  x86-64 have production quality. MIPS seems decent too.
+  x86-64. Among these, AArch64, ARM (>= v4), PowerPC, PowerPC64, RISC-V, x86-32
+  and x86-64 have production quality. MIPS seems decent too.
 
 - It is always a cross-linker, meaning that it always supports all the
   above targets however it was built. In fact, we don't provide a


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143543.495692.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/b16ee441/attachment.bin>


More information about the llvm-commits mailing list