[www] r342621 - it is safe to say that lld's goal has been reached
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 00:20:21 PDT 2018
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>
More information about the llvm-commits
mailing list