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: http://review.tizen.org/git/?a=commitdiff_plain;h=492c7bc8ff0567b39224c705b79f0d0f22611bc0;p=platform%2Fupstream%2Fllvm.git Revert r186672 - turns out ASan supports Mac OS 10.6 yet. llvm-svn: 186673 --- diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index a3d6422..89e8644 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/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).