diff options
Diffstat (limited to 'clang/docs/MemorySanitizer.rst')
-rw-r--r-- | clang/docs/MemorySanitizer.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index 8841fc3501d..262ca76eb1e 100644 --- a/clang/docs/MemorySanitizer.rst +++ b/clang/docs/MemorySanitizer.rst @@ -16,7 +16,8 @@ Typical slowdown introduced by MemorySanitizer is **3x**. How to build ============ -Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_. +Follow the `clang build instructions <../get_started.html>`_. CMake +build is supported. Usage ===== |