summaryrefslogtreecommitdiff
path: root/docs/AddressSanitizer.rst
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2015-01-13 21:31:03 +0000
committerRoman Divacky <rdivacky@freebsd.org>2015-01-13 21:31:03 +0000
commit996068e314ac66ef1c415586543287dec01311d3 (patch)
tree18292b17323462280871d1e54be41862dc44f595 /docs/AddressSanitizer.rst
parent02e4be86fbf4ed585bdb9a624619eebb72d8cf58 (diff)
downloadclang-996068e314ac66ef1c415586543287dec01311d3.tar.gz
Mention FreeBSD support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AddressSanitizer.rst')
-rw-r--r--docs/AddressSanitizer.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst
index 122b31ab5c..cbdd7c65e8 100644
--- a/docs/AddressSanitizer.rst
+++ b/docs/AddressSanitizer.rst
@@ -187,6 +187,7 @@ AddressSanitizer is supported on
* Linux i386/x86\_64 (tested on Ubuntu 12.04);
* MacOS 10.6 - 10.9 (i386/x86\_64).
* Android ARM
+* FreeBSD i386/x86\_64 (tested on FreeBSD 11-current)
Ports to various other platforms are in progress.