Skip to content

Commit 64c4550

Browse files
authored
[docs][asan][lsan] Drop list of supported architechures (llvm#116302)
Full list is quite long, and quality of implementation can vary. Drop the lists to avoid confusion like rust-lang/rust#123617 (comment) We don't maintain these for other sanitizers.
1 parent 816c975 commit 64c4550

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

clang/docs/AddressSanitizer.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,15 +326,13 @@ Supported Platforms
326326

327327
AddressSanitizer is supported on:
328328

329-
* Linux i386/x86\_64 (tested on Ubuntu 12.04)
330-
* macOS 10.7 - 10.11 (i386/x86\_64)
329+
* Linux
330+
* macOS
331331
* iOS Simulator
332-
* Android ARM
333-
* NetBSD i386/x86\_64
334-
* FreeBSD i386/x86\_64 (tested on FreeBSD 11-current)
335-
* Windows 8.1+ (i386/x86\_64)
336-
337-
Ports to various other platforms are in progress.
332+
* Android
333+
* NetBSD
334+
* FreeBSD
335+
* Windows 8.1+
338336

339337
Current Status
340338
==============

clang/docs/LeakSanitizer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ constraints in mind and may compromise the security of the resulting executable.
5454
Supported Platforms
5555
===================
5656

57-
* Android aarch64/i386/x86_64
58-
* Fuchsia aarch64/x86_64
59-
* Linux arm/aarch64/mips64/ppc64/ppc64le/riscv64/s390x/i386/x86\_64
60-
* macOS aarch64/i386/x86\_64
61-
* NetBSD i386/x86_64
57+
* Android
58+
* Fuchsia
59+
* Linux
60+
* macOS
61+
* NetBSD
6262

6363
More Information
6464
================

0 commit comments

Comments
 (0)