[lld] 91a6df3 - [docs] Update "production quality" targets for lld/ELF
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 16:16:19 PST 2023
Author: Fangrui Song
Date: 2023-02-08T16:16:13-08:00
New Revision: 91a6df3068fc45872e4db43141b0a439b2cf122d
URL: https://github.com/llvm/llvm-project/commit/91a6df3068fc45872e4db43141b0a439b2cf122d
DIFF: https://github.com/llvm/llvm-project/commit/91a6df3068fc45872e4db43141b0a439b2cf122d.diff
LOG: [docs] Update "production quality" targets for lld/ELF
Add RISC-V and update Arm from (>= v6) to (>= v4).
Reviewed By: pirama
Differential Revision: https://reviews.llvm.org/D143543
Added:
Modified:
lld/docs/index.rst
Removed:
################################################################################
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index ce63203332437..a50d5c0b3453d 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -24,8 +24,8 @@ Features
- 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
More information about the llvm-commits
mailing list