[cfe-commits] r152806 - /cfe/trunk/docs/AddressSanitizer.html

Kostya Serebryany kcc at google.com
Thu Mar 15 09:22:06 PDT 2012


Author: kcc
Date: Thu Mar 15 11:22:06 2012
New Revision: 152806

URL: http://llvm.org/viewvc/llvm-project?rev=152806&view=rev
Log:
fix link

Modified:
    cfe/trunk/docs/AddressSanitizer.html

Modified: cfe/trunk/docs/AddressSanitizer.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.html?rev=152806&r1=152805&r2=152806&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.html (original)
+++ cfe/trunk/docs/AddressSanitizer.html Thu Mar 15 11:22:06 2012
@@ -45,7 +45,7 @@
 <h2 id="howtobuild">How to build</h2>
 Follow the <a href="../get_started.html">clang build instructions</a>. <BR>
 Note: CMake build does not work yet.
-See <a href "http://llvm.org/bugs/show_bug.cgi?id=12272">bug 12272</a>.
+See <a href="http://llvm.org/bugs/show_bug.cgi?id=12272">bug 12272</a>.
 
 <h2 id="usage">Usage</h2>
 Simply compile and link your program with <tt>-faddress-sanitizer</tt> flag. <BR>





More information about the cfe-commits mailing list