[PATCH] D100907: [lsan][docs] Clarify supported platforms
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 20 16:14:41 PDT 2021
MaskRay created this revision.
MaskRay added reviewers: Sanitizers, vitalybuka.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100907
Files:
clang/docs/LeakSanitizer.rst
Index: clang/docs/LeakSanitizer.rst
===================================================================
--- clang/docs/LeakSanitizer.rst
+++ clang/docs/LeakSanitizer.rst
@@ -17,8 +17,8 @@
Usage
=====
-LeakSanitizer is supported on x86\_64 Linux and macOS. In order to use it,
-simply build your program with :doc:`AddressSanitizer`:
+:doc:`AddressSanitizer`: integrates LeakSanitizer and enables it by default on
+supported platforms.
.. code-block:: console
@@ -43,6 +43,14 @@
link step, so that it would link in proper LeakSanitizer run-time library
into the final executable.
+Supported Platforms
+===================
+
+* Android aarch64/i386/x86_64
+* Linux arm/aarch64/mips64/ppc64/ppc64le/s390x/i386/x86\_64
+* macOS x86\_64
+* NetBSD i386/x86_64
+
More Information
================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100907.339030.patch
Type: text/x-patch
Size: 807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210420/322369da/attachment.bin>
More information about the cfe-commits
mailing list