From: Alexey Samsonov Date: Fri, 19 Jul 2013 12:53:04 +0000 (+0000) Subject: Revert r186672 - turns out ASan supports Mac OS 10.6 yet. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6a0f09b128a1426db5a83c55f014b4290906a3a;p=clang Revert r186672 - turns out ASan supports Mac OS 10.6 yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186673 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst index a3d642297a..89e8644500 100644 --- a/docs/AddressSanitizer.rst +++ b/docs/AddressSanitizer.rst @@ -132,7 +132,7 @@ Supported Platforms AddressSanitizer is supported on * Linux i386/x86\_64 (tested on Ubuntu 10.04 and 12.04); -* MacOS 10.7 and 10.8 (i386/x86\_64). +* MacOS 10.6, 10.7 and 10.8 (i386/x86\_64). Support for Linux ARM (and Android ARM) is in progress (it may work, but is not guaranteed too).