diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-18 22:26:20 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-18 22:26:20 +0000 |
commit | 648832e0ff922719459d158f4f30cf5d151905ee (patch) | |
tree | 58e51cedcb2e618c73a8a12878833425abb01657 /docs/MemorySanitizer.rst | |
parent | ad5a787c1d24443f5358966afb5025469d8ea4a3 (diff) | |
download | clang-648832e0ff922719459d158f4f30cf5d151905ee.tar.gz |
[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/MemorySanitizer.rst')
-rw-r--r-- | docs/MemorySanitizer.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst index 262ca76eb1..8841fc3501 100644 --- a/docs/MemorySanitizer.rst +++ b/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 ===== |