[cfe-commits] r152805 - /cfe/trunk/docs/AddressSanitizer.html

Kostya Serebryany kcc at google.com
Thu Mar 15 09:20:29 PDT 2012


Author: kcc
Date: Thu Mar 15 11:20:29 2012
New Revision: 152805

URL: http://llvm.org/viewvc/llvm-project?rev=152805&view=rev
Log:
[asan] update asan docs: mention CMake problem and to explain the status of MacOS 10.7 and 32-bit Linux

Modified:
    cfe/trunk/docs/AddressSanitizer.html

Modified: cfe/trunk/docs/AddressSanitizer.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.html?rev=152805&r1=152804&r2=152805&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.html (original)
+++ cfe/trunk/docs/AddressSanitizer.html Thu Mar 15 11:20:29 2012
@@ -43,7 +43,9 @@
 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>.
+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>.
 
 <h2 id="usage">Usage</h2>
 Simply compile and link your program with <tt>-faddress-sanitizer</tt> flag. <BR>
@@ -107,7 +109,9 @@
 <ul><li>Linux x86_64 (tested on Ubuntu 10.04).
 <li>MacOS 10.6 i386/x86_64.
 </ul>
-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).
+
 
 <h2 id="limitations">Limitations</h2>
 <ul>





More information about the cfe-commits mailing list