From: Kostya Serebryany Date: Thu, 15 Mar 2012 16:22:06 +0000 (+0000) Subject: fix link X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=684944e53c926c3b32b9d5fa507ba4c26398a3ae;p=clang fix link git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152806 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 2x.

How to build

Follow the clang build instructions.
Note: CMake build does not work yet. -See bug 12272. +See bug 12272.

Usage

Simply compile and link your program with -faddress-sanitizer flag.