summaryrefslogtreecommitdiff
path: root/docs/AddressSanitizer.rst
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-02-17 21:53:22 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-02-17 21:53:22 +0000
commitebbedcd70f6377bdbca830c69eb526f5a42b4dea (patch)
tree20b2f30f943164c4c4a0244f5a82e2548a7521aa /docs/AddressSanitizer.rst
parent56448b4d4b5303333e6854ed7106e6585aed4ed6 (diff)
downloadclang-ebbedcd70f6377bdbca830c69eb526f5a42b4dea.tar.gz
Remove support for building sanitizers from Makefile/autoconf build.
They autotools build has a number of missing features, supports less OS, architectures, build configurations, doesn't have any tests and is hard to support in sync with CMake build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229554 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
=====