diff options
Diffstat (limited to 'clang/docs/AddressSanitizer.rst')
-rw-r--r-- | clang/docs/AddressSanitizer.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index cbdd7c65e84..617543334d0 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/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 ===== |