From: Alexey Samsonov Date: Wed, 18 Feb 2015 22:26:20 +0000 (+0000) Subject: [docs] Recommend to use CMake for building sanitizers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648832e0ff922719459d158f4f30cf5d151905ee;p=clang [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 --- diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst index cbdd7c65e8..617543334d 100644 --- a/docs/AddressSanitizer.rst +++ b/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 `_. Usage ===== 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 `_. Usage ===== diff --git a/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst index a1d81e9a9c..d1aeaa8a58 100644 --- a/docs/ThreadSanitizer.rst +++ b/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 `_. Supported Platforms -------------------