[PATCH] D143543: [docs] Update "production quality" targets for lld/ELF

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 16:16:26 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG91a6df3068fc: [docs] Update "production quality" targets for lld/ELF (authored by MaskRay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143543/new/

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.495984.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230209/d448ab4f/attachment.bin>


More information about the llvm-commits mailing list