mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 21:26:07 +00:00
[docs] Recommend to use CMake for building sanitizers.
llvm-svn: 229754
This commit is contained in:
parent
2ba7f7b837
commit
3a433f62fb
@ -23,8 +23,7 @@ Typical slowdown introduced by AddressSanitizer is **2x**.
|
|||||||
How to build
|
How to build
|
||||||
============
|
============
|
||||||
|
|
||||||
Follow the `clang build instructions <../get_started.html>`_. CMake build is
|
Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
|
||||||
supported.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
@ -16,8 +16,7 @@ Typical slowdown introduced by MemorySanitizer is **3x**.
|
|||||||
How to build
|
How to build
|
||||||
============
|
============
|
||||||
|
|
||||||
Follow the `clang build instructions <../get_started.html>`_. CMake
|
Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
|
||||||
build is supported.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
@ -12,8 +12,7 @@ ThreadSanitizer is about **5x-10x**.
|
|||||||
How to build
|
How to build
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Follow the `Clang build instructions <../get_started.html>`_. CMake build is
|
Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
|
||||||
supported.
|
|
||||||
|
|
||||||
Supported Platforms
|
Supported Platforms
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user