[docs] Recommend to use CMake for building sanitizers.

llvm-svn: 229754
This commit is contained in:
Alexey Samsonov 2015-02-18 22:26:20 +00:00
parent 2ba7f7b837
commit 3a433f62fb
3 changed files with 3 additions and 6 deletions

View File

@ -23,8 +23,7 @@ Typical slowdown introduced by AddressSanitizer is **2x**.
How to build
============
Follow the `clang build instructions <../get_started.html>`_. CMake build is
supported.
Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
Usage
=====

View File

@ -16,8 +16,7 @@ Typical slowdown introduced by MemorySanitizer is **3x**.
How to build
============
Follow the `clang build instructions <../get_started.html>`_. CMake
build is supported.
Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
Usage
=====

View File

@ -12,8 +12,7 @@ ThreadSanitizer is about **5x-10x**.
How to build
------------
Follow the `Clang build instructions <../get_started.html>`_. CMake build is
supported.
Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
Supported Platforms
-------------------