From 83d2a94e3a7113733763247ca7aa71f167991946 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 15 Mar 2012 16:20:29 +0000 Subject: [PATCH] [asan] update asan docs: mention CMake problem and to explain the status of MacOS 10.7 and 32-bit Linux llvm-svn: 152805 --- clang/docs/AddressSanitizer.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clang/docs/AddressSanitizer.html b/clang/docs/AddressSanitizer.html index d47eb0a62c89..936899a09865 100644 --- a/clang/docs/AddressSanitizer.html +++ b/clang/docs/AddressSanitizer.html @@ -43,7 +43,9 @@ The tool can detect the following types of bugs: Typical slowdown introduced by AddressSanitizer is 2x.

How to build

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

Usage

Simply compile and link your program with -faddress-sanitizer flag.
@@ -107,7 +109,9 @@ AddressSanitizer is supported on -Support for Linux i386/ARM and MacOS 10.7 is in progress. +Support for Linux i386/ARM and MacOS 10.7 is in progress +(it may work, but is not guaranteed too). +

Limitations