aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/UndefinedBehaviorSanitizer.rst
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-07-25 13:55:06 +0000
committerDavid Carlier <devnexen@gmail.com>2018-07-25 13:55:06 +0000
commit59a339ab45227000fabad839fcc4886b499e62d0 (patch)
treea96b80f73ea983a9bb5789749c0fb883cd6e3f88 /clang/docs/UndefinedBehaviorSanitizer.rst
parentf636411a5e1b8d1fe335cdc581bd41d2fb1280e3 (diff)
downloadllvm-59a339ab45227000fabad839fcc4886b499e62d0.zip
llvm-59a339ab45227000fabad839fcc4886b499e62d0.tar.gz
llvm-59a339ab45227000fabad839fcc4886b499e62d0.tar.bz2
[Docs] Update supported oses for safestack, ubsan, asan, tsan and msan
Adding oses others than Linux. llvm-svn: 337926
Diffstat (limited to 'clang/docs/UndefinedBehaviorSanitizer.rst')
-rw-r--r--clang/docs/UndefinedBehaviorSanitizer.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/clang/docs/UndefinedBehaviorSanitizer.rst b/clang/docs/UndefinedBehaviorSanitizer.rst
index 8dd9157..71a8ebd 100644
--- a/clang/docs/UndefinedBehaviorSanitizer.rst
+++ b/clang/docs/UndefinedBehaviorSanitizer.rst
@@ -252,17 +252,11 @@ UndefinedBehaviorSanitizer is supported on the following OS:
* Android
* Linux
+* NetBSD
* FreeBSD
+* OpenBSD
* OS X 10.6 onwards
-and for the following architectures:
-
-* i386/x86\_64
-* ARM
-* AArch64
-* PowerPC64
-* MIPS/MIPS64
-
Current Status
==============