[PATCH] [asan] Update the llvm webpage describing ASan

Alexey Samsonov vonosmas at gmail.com
Fri Jun 19 17:12:11 PDT 2015


================
Comment at: docs/AddressSanitizer.rst:228
@@ -186,3 +227,3 @@
 * Linux i386/x86\_64 (tested on Ubuntu 12.04);
-* MacOS 10.6 - 10.9 (i386/x86\_64).
+* OS X 10.6 - 10.11 (i386/x86\_64).
 * Android ARM
----------------
zaks.anna wrote:
> samsonov wrote:
> > I wonder if we can bump it to 10.7...
> I'd definitely be ok with this!
Yes, I see that we already build runtime with `-mmacosx-version-min=10.7`

================
Comment at: docs/AddressSanitizer.rst:256
@@ +255,3 @@
+
+For the experimental memory leak detector in AddressSanitizer, see
+:doc:`LeakSanitizer`.
----------------
zaks.anna wrote:
> samsonov wrote:
> > While you're here.... it's not experimental anymore - it's on by default for Linux. (not implemented on Mac)
> What about Android and FreeBSD? Is it only available on Linux?
Yes, for now it's Linux-only (though porting to FreeBSD is probably manageable).

http://reviews.llvm.org/D10559

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list