Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs][asan][lsan] Drop list of supported architechures #116302

Conversation

vitalybuka
Copy link
Collaborator

@vitalybuka vitalybuka commented Nov 15, 2024

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.

Created using spr 1.3.4
@vitalybuka vitalybuka merged commit 64c4550 into main Nov 15, 2024
10 of 11 checks passed
@vitalybuka vitalybuka deleted the users/vitalybuka/spr/docsasanlsan-drop-list-of-supported-architechures branch November 15, 2024 23:15
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Nov 16, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 16, 2024

@llvm/pr-subscribers-clang

Author: Vitaly Buka (vitalybuka)

Changes

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.


Full diff: https://github.com/llvm/llvm-project/pull/116302.diff

2 Files Affected:

  • (modified) clang/docs/AddressSanitizer.rst (+6-8)
  • (modified) clang/docs/LeakSanitizer.rst (+5-5)
diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst
index d937cbfdf583c4..8d9295f246f0d3 100644
--- a/clang/docs/AddressSanitizer.rst
+++ b/clang/docs/AddressSanitizer.rst
@@ -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
 ==============
diff --git a/clang/docs/LeakSanitizer.rst b/clang/docs/LeakSanitizer.rst
index adcb6421c6a1f9..ecdb87f0b259dd 100644
--- a/clang/docs/LeakSanitizer.rst
+++ b/clang/docs/LeakSanitizer.rst
@@ -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
 ================

akshayrdeodhar pushed a commit to akshayrdeodhar/llvm-project that referenced this pull request Nov 18, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category clang-doc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants