From: Alexey Samsonov Date: Fri, 19 Jul 2013 12:33:30 +0000 (+0000) Subject: [ASan] Reflect the dropped Mac OS 10.6 support in docs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=829fbc5a03f8f3025952d59acc51767f8036b167;p=clang [ASan] Reflect the dropped Mac OS 10.6 support in docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186672 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst index 89e8644500..a3d642297a 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.6, 10.7 and 10.8 (i386/x86\_64). +* MacOS 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).