diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-01-26 09:17:37 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-01-26 09:17:37 +0000 |
| commit | 5e927b628545b8a024ddaaac4c954f5666011a79 (patch) | |
| tree | fecf1a7684763a79b9c5e96dac9dc3ed18a30577 | |
| parent | 98df6da740a06bae912d93ade1618a18cfa38c3d (diff) | |
| download | bcm5719-llvm-5e927b628545b8a024ddaaac4c954f5666011a79.tar.gz bcm5719-llvm-5e927b628545b8a024ddaaac4c954f5666011a79.zip | |
[msan] Remove MSanDR reference from the manual.
It is no longer supported.
llvm-svn: 227078
| -rw-r--r-- | clang/docs/MemorySanitizer.rst | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index 9d6c22d8af0..262ca76eb1e 100644 --- a/clang/docs/MemorySanitizer.rst +++ b/clang/docs/MemorySanitizer.rst @@ -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 =================== |

