diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-17 21:53:22 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-17 21:53:22 +0000 |
commit | 883a04ade778646967f08c33f4e813440b95c28c (patch) | |
tree | 6a688f4b9ba457d74c17515e17c154a4a029843d /clang/docs/ThreadSanitizer.rst | |
parent | 21b76badebbdb7fcc871f60b0566e2f92d65b05a (diff) | |
download | bcm5719-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/ThreadSanitizer.rst')
-rw-r--r-- | clang/docs/ThreadSanitizer.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index a1d81e9a9c2..d1aeaa8a58c 100644 --- a/clang/docs/ThreadSanitizer.rst +++ b/clang/docs/ThreadSanitizer.rst @@ -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 ------------------- |