From a8ee4412e7410870ed9111f35eb377fa24873781 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 6 Sep 2012 09:49:03 +0000 Subject: [PATCH] Update AddressSanitizer docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163303 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AddressSanitizer.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/AddressSanitizer.html b/docs/AddressSanitizer.html index 98ea934d96..edb2ce42bc 100644 --- a/docs/AddressSanitizer.html +++ b/docs/AddressSanitizer.html @@ -46,8 +46,6 @@ 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.

Usage

Simply compile and link your program with -faddress-sanitizer flag.
@@ -119,7 +117,7 @@ Note: currently, this attribute will be lost if the function is inlined.

Supported Platforms

AddressSanitizer is supported on Support for Linux i386/ARM is in progress (it may work, but is not guaranteed too). @@ -140,8 +138,8 @@ This means that tools like ulimit may not work as usually expected.

Current Status

AddressSanitizer is fully functional on supported platforms starting from LLVM 3.1. -However, the test suite is not fully integrated yet and we lack the testing -process (buildbots). +The test suite is integrated into CMake build (can be run with "make +check-asan" command).

More Information

http://code.google.com/p/address-sanitizer.