From 684944e53c926c3b32b9d5fa507ba4c26398a3ae Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 15 Mar 2012 16:22:06 +0000 Subject: [PATCH] fix link git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152806 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AddressSanitizer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
-- 2.40.0