From 3a433f62fb6bfb58520d679c5e129b5acc2f4532 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 18 Feb 2015 22:26:20 +0000 Subject: [PATCH] [docs] Recommend to use CMake for building sanitizers. llvm-svn: 229754 --- clang/docs/AddressSanitizer.rst | 3 +-- clang/docs/MemorySanitizer.rst | 3 +-- clang/docs/ThreadSanitizer.rst | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index cbdd7c6..6175433 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 `_. Usage ===== diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index 262ca76..8841fc3 100644 --- a/clang/docs/MemorySanitizer.rst +++ b/clang/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/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index a1d81e9..d1aeaa8 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 `_. Supported Platforms ------------------- -- 2.7.4