]> granicus.if.org Git - clang/commitdiff
[docs] Recommend to use CMake for building sanitizers.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 18 Feb 2015 22:26:20 +0000 (22:26 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 18 Feb 2015 22:26:20 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229754 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddressSanitizer.rst
docs/MemorySanitizer.rst
docs/ThreadSanitizer.rst

index cbdd7c65e8476549f2368f0bacd963ce989e457a..617543334d056e229c01d7c18eebc6d3da55580c 100644 (file)
@@ -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
 =====
index 262ca76eb1ede5c3ca8ab951cd4cf0eadd5ff91a..8841fc3501dac78e021327033289b057f0e47547 100644 (file)
@@ -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
 =====
index a1d81e9a9c29b8265a027d6627a6d781780f74ab..d1aeaa8a58c37f4cca59007ee7b1a019707e1fb8 100644 (file)
@@ -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 <http://llvm.org/docs/CMake.html>`_.
 
 Supported Platforms
 -------------------