summaryrefslogtreecommitdiff
path: root/docs/AddressSanitizer.rst
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-11-27 03:55:15 +0000
committerReid Kleckner <rnk@google.com>2018-11-27 03:55:15 +0000
commit48602926c3083fe303bb6ffc2cacb55e79731c1f (patch)
tree220e68461004b542d5196b8a411717fe6d1dbb74 /docs/AddressSanitizer.rst
parent32cf310e2886414c9e3c3b22d1336b259dd59288 (diff)
downloadclang-48602926c3083fe303bb6ffc2cacb55e79731c1f.tar.gz
[docs] UBSan and ASan are supported on Windows
Also fix a bullet list. Fixes PR39775 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AddressSanitizer.rst')
-rw-r--r--docs/AddressSanitizer.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst
index 066b13b2ab..020acbcc50 100644
--- a/docs/AddressSanitizer.rst
+++ b/docs/AddressSanitizer.rst
@@ -278,6 +278,7 @@ AddressSanitizer is supported on:
* Android ARM
* NetBSD i386/x86\_64
* FreeBSD i386/x86\_64 (tested on FreeBSD 11-current)
+* Windows 8.1+ (i386/x86\_64)
Ports to various other platforms are in progress.
@@ -288,6 +289,9 @@ AddressSanitizer is fully functional on supported platforms starting from LLVM
3.1. The test suite is integrated into CMake build and can be run with ``make
check-asan`` command.
+The Windows port is functional and is used by Chrome and Firefox, but it is not
+as well supported as the other ports.
+
More Information
================