[llvm-commits] [www] r131753 - /www/trunk/index.html
Chris Lattner
sabre at nondot.org
Fri May 20 13:39:07 PDT 2011
Author: lattner
Date: Fri May 20 15:39:07 2011
New Revision: 131753
URL: http://llvm.org/viewvc/llvm-project?rev=131753&view=rev
Log:
add link to c++abi
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=131753&r1=131752&r2=131753&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri May 20 15:39:07 2011
@@ -69,10 +69,10 @@
blazing fast and much more memory efficient than GDB at loading symbols.
</p></li>
-<li><p>The <b><a href="http://libcxx.llvm.org">libc++</a></b> project provides
+<li><p>The <b><a href="http://libcxx.llvm.org">libc++</a></b> and <a
+ href="http://libcxxabi.llvm.org">libc++ ABI</a> projects provide
a standard conformant and high-performance implementation of the C++
- Standard Library, with an aim of supporting C++'0x when the standard is
- ratified.</p></li>
+ Standard Library, including full support for C++'0x.</p></li>
<li><p>The <b><a href="http://compiler-rt.llvm.org">compiler-rt</a></b> project
provides highly tuned implementations of the low-level code generator
More information about the llvm-commits
mailing list