0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 18:16:54 +00:00

[docs][asan][lsan] Drop list of supported architechures ()

Full list is quite long, and quality of implementation can
vary.

Drop the lists to avoid confusion like
https://github.com/rust-lang/rust/pull/123617#issuecomment-2471695102

We don't maintain these for other sanitizers.
This commit is contained in:
Vitaly Buka 2024-11-15 15:15:50 -08:00 committed by GitHub
parent 816c975ea7
commit 64c455077a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 13 deletions

@ -326,15 +326,13 @@ Supported Platforms
AddressSanitizer is supported on:
* Linux i386/x86\_64 (tested on Ubuntu 12.04)
* macOS 10.7 - 10.11 (i386/x86\_64)
* Linux
* macOS
* iOS Simulator
* 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.
* Android
* NetBSD
* FreeBSD
* Windows 8.1+
Current Status
==============

@ -54,11 +54,11 @@ constraints in mind and may compromise the security of the resulting executable.
Supported Platforms
===================
* Android aarch64/i386/x86_64
* Fuchsia aarch64/x86_64
* Linux arm/aarch64/mips64/ppc64/ppc64le/riscv64/s390x/i386/x86\_64
* macOS aarch64/i386/x86\_64
* NetBSD i386/x86_64
* Android
* Fuchsia
* Linux
* macOS
* NetBSD
More Information
================