summaryrefslogtreecommitdiffstats
path: root/docs/AddressSanitizer.rst
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-07-19 12:33:30 +0000
committerAlexey Samsonov <samsonov@google.com>2013-07-19 12:33:30 +0000
commit829fbc5a03f8f3025952d59acc51767f8036b167 (patch)
tree13b1d779f077d25a8ec61415ce7f3315a664a235 /docs/AddressSanitizer.rst
parent8b1f2f9d36faf28028d232c3a5943c433d63c0e7 (diff)
[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
Diffstat (limited to 'docs/AddressSanitizer.rst')
-rw-r--r--docs/AddressSanitizer.rst2
1 files changed, 1 insertions, 1 deletions
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).