comparison tools/clang/docs/ThreadSanitizer.rst @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 54457678186b
children 7d135dc70f03
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
10 ThreadSanitizer is about **5x-10x**. 10 ThreadSanitizer is about **5x-10x**.
11 11
12 How to build 12 How to build
13 ------------ 13 ------------
14 14
15 Follow the `Clang build instructions <../get_started.html>`_. CMake build is 15 Build LLVM/Clang with `CMake <http://llvm.org/docs/CMake.html>`_.
16 supported.
17 16
18 Supported Platforms 17 Supported Platforms
19 ------------------- 18 -------------------
20 19
21 ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 12.04). 20 ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 12.04).