summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-03-15 16:22:06 +0000
committerKostya Serebryany <kcc@google.com>2012-03-15 16:22:06 +0000
commit684944e53c926c3b32b9d5fa507ba4c26398a3ae (patch)
treeddf357dad14934f8d6558ab2599aef3b7bdc8f27 /docs
parentabc31cac3d135b8d286d362ee6ebd318f42904c1 (diff)
fix link
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AddressSanitizer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AddressSanitizer.html b/docs/AddressSanitizer.html
index 936899a098..c1dc91bf4c 100644
--- a/docs/AddressSanitizer.html
+++ b/docs/AddressSanitizer.html
@@ -45,7 +45,7 @@ Typical slowdown introduced by AddressSanitizer is <b>2x</b>.
<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>