r186673 - Revert r186672 - turns out ASan supports Mac OS 10.6 yet.
Alexey Samsonov
samsonov at google.com
Fri Jul 19 05:53:04 PDT 2013
Author: samsonov
Date: Fri Jul 19 07:53:04 2013
New Revision: 186673
URL: http://llvm.org/viewvc/llvm-project?rev=186673&view=rev
Log:
Revert r186672 - turns out ASan supports Mac OS 10.6 yet.
Modified:
cfe/trunk/docs/AddressSanitizer.rst
Modified: cfe/trunk/docs/AddressSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.rst?rev=186673&r1=186672&r2=186673&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.rst (original)
+++ cfe/trunk/docs/AddressSanitizer.rst Fri Jul 19 07:53:04 2013
@@ -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).
More information about the cfe-commits
mailing list