[www] r342621 - it is safe to say that lld's goal has been reached

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 09:34:42 PDT 2018


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.

On Thu, Sep 20, 2018 at 12:21 AM Sylvestre Ledru via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: sylvestre
> Date: Thu Sep 20 00:20:21 2018
> New Revision: 342621
>
> URL: http://llvm.org/viewvc/llvm-project?rev=342621&view=rev
> Log:
> it is safe to say that lld's goal has been reached
>
> Modified:
>     www/trunk/index.html
>
> Modified: www/trunk/index.html
> URL:
> http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=342621&r1=342620&r2=342621&view=diff
>
> ==============================================================================
> --- www/trunk/index.html (original)
> +++ www/trunk/index.html Thu Sep 20 00:20:21 2018
> @@ -102,8 +102,8 @@
>      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 aims
> -    to be the built-in linker for clang/llvm.  Currently, clang must
> invoke
> +<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>
>  </ol>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/5b6a105f/attachment.html>


More information about the llvm-commits mailing list