summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2022-06-27 19:37:59 -0400
committerBrad Smith <brad@comstyle.com>2022-06-27 19:41:53 -0400
commit84b2e04aea1f9a76081ea4d1e8829bcda94060f5 (patch)
tree8de8af6bb54e051da21e8496327054a6fc20572f /lld/docs
parentefd90ffbfc427ad4c4675ac1fcae9d53cc7f1322 (diff)
downloadllvm-84b2e04aea1f9a76081ea4d1e8829bcda94060f5.tar.gz
[docs] Remove outdated status update for FreeBSD
Reviewed By: emaste, MaskRay Differential Revision: https://reviews.llvm.org/D128592
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/index.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index 50131bda54bd..0086d7ec14f9 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -18,15 +18,6 @@ Features
- 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.