[llvm-commits] [www-releases] r171068 - /www-releases/trunk/3.2/docs/ReleaseNotes.html

Pawel Wodnicki pawel at 32bitmicro.com
Tue Dec 25 06:55:23 PST 2012


Author: pawel
Date: Tue Dec 25 08:55:23 2012
New Revision: 171068

URL: http://llvm.org/viewvc/llvm-project?rev=171068&view=rev
Log:
fix for the nonexistent

Modified:
    www-releases/trunk/3.2/docs/ReleaseNotes.html

Modified: www-releases/trunk/3.2/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.2/docs/ReleaseNotes.html?rev=171068&r1=171067&r2=171068&view=diff
==============================================================================
--- www-releases/trunk/3.2/docs/ReleaseNotes.html (original)
+++ www-releases/trunk/3.2/docs/ReleaseNotes.html Tue Dec 25 08:55:23 2012
@@ -152,8 +152,8 @@
 <p>The 3.2 release has the following notable changes:</p>
 
 <ul>
-  <li><a href="http://llvm.org/releases/3.2/tools/clang/docs/ThreadSanitizer.html">ThreadSanitizer (TSan)</a> - data race detector run-time library for C/C++ has been added.</li>
-  <li>Improvements to <a href="http://llvm.org/releases/3.2/tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a> including: better portability 
+  <li>ThreadSanitizer (TSan) - data race detector run-time library for C/C++ has been added.</li>
+  <li>Improvements to AddressSanitizer including: better portability 
   (OSX, Android NDK), support for cmake based builds, enhanced error reporting and lots of bug fixes.</li>
   <li>Added support for A6 'Swift' CPU.</li>
   <li><code>divsi3</code> function has been enhanced to take advantage of a hardware unsigned divide when it is available.</li>





More information about the llvm-commits mailing list