mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 07:46:06 +00:00
[lsan][docs] Clarify supported platforms
Differential Revision: https://reviews.llvm.org/D100907
This commit is contained in:
parent
04733181b5
commit
4cbe488188
@ -17,8 +17,8 @@ detection phase.
|
|||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
LeakSanitizer is supported on x86\_64 Linux and macOS. In order to use it,
|
:doc:`AddressSanitizer`: integrates LeakSanitizer and enables it by default on
|
||||||
simply build your program with :doc:`AddressSanitizer`:
|
supported platforms.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -43,6 +43,15 @@ To use LeakSanitizer in stand-alone mode, link your program with
|
|||||||
link step, so that it would link in proper LeakSanitizer run-time library
|
link step, so that it would link in proper LeakSanitizer run-time library
|
||||||
into the final executable.
|
into the final 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
|
||||||
|
|
||||||
More Information
|
More Information
|
||||||
================
|
================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user