summaryrefslogtreecommitdiffstats
path: root/docs/AddressSanitizer.rst
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-02-18 22:26:20 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-02-18 22:26:20 +0000
commit648832e0ff922719459d158f4f30cf5d151905ee (patch)
tree58e51cedcb2e618c73a8a12878833425abb01657 /docs/AddressSanitizer.rst
parentad5a787c1d24443f5358966afb5025469d8ea4a3 (diff)
[docs] Recommend to use CMake for building sanitizers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AddressSanitizer.rst')
-rw-r--r--docs/AddressSanitizer.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst
index cbdd7c65e8..617543334d 100644
--- a/docs/AddressSanitizer.rst
+++ b/docs/AddressSanitizer.rst
@@ -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
=====