[www] r192346 - Update of the home page. http://clang.llvm.org/performance.html no longer exists. Point to http://clang.llvm.org/features.html#performance
Sylvestre Ledru
sylvestre at debian.org
Thu Oct 10 03:05:07 PDT 2013
Author: sylvestre
Date: Thu Oct 10 05:05:07 2013
New Revision: 192346
URL: http://llvm.org/viewvc/llvm-project?rev=192346&view=rev
Log:
Update of the home page. http://clang.llvm.org/performance.html no longer exists. Point to http://clang.llvm.org/features.html#performance
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=192346&r1=192345&r2=192346&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Oct 10 05:05:07 2013
@@ -45,7 +45,7 @@
<li><p><b><a href="http://clang.llvm.org">Clang</a></b> is an "LLVM native"
C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles
(e.g. about <a
- href="http://clang.llvm.org/performance.html">3x faster than GCC</a> when
+ href="http://clang.llvm.org/features.html#performance">3x faster than GCC</a> when
compiling Objective-C code in a debug configuration), extremely useful <a
href="http://clang.llvm.org/diagnostics.html">error and warning messages</a>
and to provide a platform for building great source level tools. The
More information about the llvm-commits
mailing list