summaryrefslogtreecommitdiffstats
path: root/clang/docs/MemorySanitizer.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
commit883a04ade778646967f08c33f4e813440b95c28c (patch)
tree6a688f4b9ba457d74c17515e17c154a4a029843d /clang/docs/MemorySanitizer.rst
parent21b76badebbdb7fcc871f60b0566e2f92d65b05a (diff)
downloadbcm5719-llvm-883a04ade778646967f08c33f4e813440b95c28c.tar.gz
bcm5719-llvm-883a04ade778646967f08c33f4e813440b95c28c.zip
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. llvm-svn: 229554
Diffstat (limited to 'clang/docs/MemorySanitizer.rst')
-rw-r--r--clang/docs/MemorySanitizer.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst
index 262ca76eb1e..8841fc3501d 100644
--- a/clang/docs/MemorySanitizer.rst
+++ b/clang/docs/MemorySanitizer.rst
@@ -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
=====
OpenPOWER on IntegriCloud