r229754 - [docs] Recommend to use CMake for building sanitizers.
Alexey Samsonov
vonosmas at gmail.com
Wed Feb 18 14:26:20 PST 2015
Author: samsonov
Date: Wed Feb 18 16:26:20 2015
New Revision: 229754
URL: http://llvm.org/viewvc/llvm-project?rev=229754&view=rev
Log:
[docs] Recommend to use CMake for building sanitizers.
Modified:
cfe/trunk/docs/AddressSanitizer.rst
cfe/trunk/docs/MemorySanitizer.rst
cfe/trunk/docs/ThreadSanitizer.rst
Modified: cfe/trunk/docs/AddressSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.rst?rev=229754&r1=229753&r2=229754&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.rst (original)
+++ cfe/trunk/docs/AddressSanitizer.rst Wed Feb 18 16:26:20 2015
@@ -23,8 +23,7 @@ Typical slowdown introduced by AddressSa
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
=====
Modified: cfe/trunk/docs/MemorySanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/MemorySanitizer.rst?rev=229754&r1=229753&r2=229754&view=diff
==============================================================================
--- cfe/trunk/docs/MemorySanitizer.rst (original)
+++ cfe/trunk/docs/MemorySanitizer.rst Wed Feb 18 16:26:20 2015
@@ -16,8 +16,7 @@ Typical slowdown introduced by MemorySan
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
=====
Modified: cfe/trunk/docs/ThreadSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThreadSanitizer.rst?rev=229754&r1=229753&r2=229754&view=diff
==============================================================================
--- cfe/trunk/docs/ThreadSanitizer.rst (original)
+++ cfe/trunk/docs/ThreadSanitizer.rst Wed Feb 18 16:26:20 2015
@@ -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
-------------------
More information about the cfe-commits
mailing list