]> granicus.if.org Git - clang/commitdiff
[msan] Remove MSanDR reference from the manual.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 26 Jan 2015 09:17:37 +0000 (09:17 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 26 Jan 2015 09:17:37 +0000 (09:17 +0000)
It is no longer supported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227078 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MemorySanitizer.rst

index 9d6c22d8af085772f26715aa8dd34d1ef1ec74cc..262ca76eb1ede5c3ca8ab951cd4cf0eadd5ff91a 100644 (file)
@@ -177,15 +177,7 @@ interceptors for the most common libc functions. They make it possible
 to run MemorySanitizer-instrumented programs linked with
 uninstrumented libc. For example, the authors were able to bootstrap
 MemorySanitizer-instrumented Clang compiler by linking it with
-self-built instrumented libcxx (as a replacement for libstdc++).
-
-In the case when rebuilding all program dependencies with
-MemorySanitizer is problematic, an experimental MSanDR tool can be
-used. It is a DynamoRio-based tool that uses dynamic instrumentation
-to avoid false positives due to uninstrumented code. The tool simply
-marks memory from instrumented libraries as fully initialized. See
-`http://code.google.com/p/memory-sanitizer/wiki/Running#Running_with_the_dynamic_tool`
-for more information.
+self-built instrumented libc++ (as a replacement for libstdc++).
 
 Supported Platforms
 ===================