[PATCH] D128592: [docs] Remove outdated status update for FreeBSD
Brad Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 25 15:39:52 PDT 2022
brad created this revision.
brad added a reviewer: MaskRay.
brad added a project: lld.
Herald added subscribers: luke957, StephenFan, steven.zhang, s.egerton, PkmX, arphaman, atanasyan, simoncook, kristof.beyls, krytarowski, arichardson, sdardis, emaste.
Herald added a project: All.
brad requested review of this revision.
Herald added a subscriber: pcwang-thead.
Herald added a project: LLVM.
Remove the really out of date status update for FreeBSD. FreeBSD with 13 already uses LLD as the system linker for all archs. OpenBSD nowadays does as well. I know for the OpenBSD ports tree we're well past 99.999% of our ports tree building with LLD on amd64, i386, arm, aarch64, powerpc, powerpc64, and riscv64 with mips64 still to do.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128592
Files:
lld/docs/index.rst
Index: lld/docs/index.rst
===================================================================
--- lld/docs/index.rst
+++ lld/docs/index.rst
@@ -18,15 +18,6 @@
- LLD is a drop-in replacement for the GNU linkers that accepts the
same command line arguments and linker scripts as GNU.
- We are currently working closely with the FreeBSD project to make
- LLD default system linker in future versions of the operating
- system, so we are serious about addressing compatibility issues. As
- of February 2017, LLD is able to link the entire FreeBSD/amd64 base
- system including the kernel. With a few work-in-progress patches it
- can link approximately 95% of the ports collection on AMD64. For the
- details, see `FreeBSD quarterly status report
- <https://www.freebsd.org/news/status/report-2016-10-2016-12.html#Using-LLVM%27s-LLD-Linker-as-FreeBSD%27s-System-Linker>`_.
-
- LLD is very fast. When you link a large program on a multicore
machine, you can expect that LLD runs more than twice as fast as the GNU
gold linker. Your mileage may vary, though.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128592.440012.patch
Type: text/x-patch
Size: 1074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220625/d7064269/attachment.bin>
More information about the llvm-commits
mailing list