[lld] 84b2e04 - [docs] Remove outdated status update for FreeBSD

Brad Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 16:42:51 PDT 2022


Author: Brad Smith
Date: 2022-06-27T19:41:53-04:00
New Revision: 84b2e04aea1f9a76081ea4d1e8829bcda94060f5

URL: https://github.com/llvm/llvm-project/commit/84b2e04aea1f9a76081ea4d1e8829bcda94060f5
DIFF: https://github.com/llvm/llvm-project/commit/84b2e04aea1f9a76081ea4d1e8829bcda94060f5.diff

LOG: [docs] Remove outdated status update for FreeBSD

Reviewed By: emaste, MaskRay

Differential Revision: https://reviews.llvm.org/D128592

Added: 
    

Modified: 
    lld/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lld/docs/index.rst b/lld/docs/index.rst
index 50131bda54bd7..0086d7ec14f94 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.


        


More information about the llvm-commits mailing list