r227078 - [msan] Remove MSanDR reference from the manual.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Jan 26 01:17:37 PST 2015


Author: eugenis
Date: Mon Jan 26 03:17:37 2015
New Revision: 227078

URL: http://llvm.org/viewvc/llvm-project?rev=227078&view=rev
Log:
[msan] Remove MSanDR reference from the manual.

It is no longer supported.

Modified:
    cfe/trunk/docs/MemorySanitizer.rst

Modified: cfe/trunk/docs/MemorySanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/MemorySanitizer.rst?rev=227078&r1=227077&r2=227078&view=diff
==============================================================================
--- cfe/trunk/docs/MemorySanitizer.rst (original)
+++ cfe/trunk/docs/MemorySanitizer.rst Mon Jan 26 03:17:37 2015
@@ -177,15 +177,7 @@ interceptors for the most common libc fu
 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
 ===================





More information about the cfe-commits mailing list