<div dir="ltr">Maybe we should tweak the words a little bit? It is not a built-in linker per se, as it is an independent program that is invoked by a compiler driver. lld works best with LLVM but it's designed to be a general purpose linker, so you can use it as a drop-in replacement.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 20, 2018 at 12:21 AM Sylvestre Ledru via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: sylvestre<br>
Date: Thu Sep 20 00:20:21 2018<br>
New Revision: 342621<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=342621&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=342621&view=rev</a><br>
Log:<br>
it is safe to say that lld's goal has been reached<br>
<br>
Modified:<br>
    www/trunk/index.html<br>
<br>
Modified: www/trunk/index.html<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=342621&r1=342620&r2=342621&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=342621&r1=342620&r2=342621&view=diff</a><br>
==============================================================================<br>
--- www/trunk/index.html (original)<br>
+++ www/trunk/index.html Thu Sep 20 00:20:21 2018<br>
@@ -102,8 +102,8 @@<br>
     security attacks and can also be used as a memory safety error debugging<br>
     tool like Valgrind.</p></li><br>
<br>
-<li><p>The <b><a href="<a href="http://lld.llvm.org/" rel="noreferrer" target="_blank">http://lld.llvm.org/</a>">lld</a></b> project aims<br>
-    to be the built-in linker for clang/llvm.  Currently, clang must invoke<br>
+<li><p>The <b><a href="<a href="http://lld.llvm.org/" rel="noreferrer" target="_blank">http://lld.llvm.org/</a>">lld</a></b> project is<br>
+    the built-in linker for clang/llvm.  Currently, clang must invoke<br>
     the system linker to produce executables. </p></li><br>
 </ol><br>
<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>