[www] r192498 - Add link to lld in list of llvm projects
Nick Kledzik
kledzik at apple.com
Fri Oct 11 13:50:09 PDT 2013
Author: kledzik
Date: Fri Oct 11 15:50:09 2013
New Revision: 192498
URL: http://llvm.org/viewvc/llvm-project?rev=192498&view=rev
Log:
Add link to lld in list of llvm projects
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=192498&r1=192497&r2=192498&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri Oct 11 15:50:09 2013
@@ -106,6 +106,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 aims to
+ to be the built-in linker for clang/llvm. Currently, clang must invoke
+ the system linker to produce executables. </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