[www] r342714 - improve the description of lld

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 21 01:15:38 PDT 2018


Author: sylvestre
Date: Fri Sep 21 01:15:37 2018
New Revision: 342714

URL: http://llvm.org/viewvc/llvm-project?rev=342714&view=rev
Log:
improve the description of lld

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=342714&r1=342713&r2=342714&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri Sep 21 01:15:37 2018
@@ -102,9 +102,9 @@
     security attacks and can also be used as a memory safety error debugging
     tool like Valgrind.</p></li>
 
-<li><p>The <b><a href="http://lld.llvm.org/">lld</a></b> project is
-    the built-in linker for clang/llvm.  Currently, clang must invoke
-    the system linker to produce executables. </p></li>
+<li><p>The <b><a href="http://lld.llvm.org/">LLD</a></b> project is a new
+    linker. That is a drop-in replacement for system linkers
+    and runs much faster.</p></li>
 </ol>
 
 <p>In addition to official subprojects of LLVM, there are a broad variety of




More information about the llvm-commits mailing list