[PATCH] D15246: [Docs] Update MSan docs

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 4 14:42:51 PST 2015


eugenis accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: docs/MemorySanitizer.rst:109
@@ -107,3 +108,3 @@
 
 MemorySanitizer can track origins of unitialized values, similar to
 Valgrind's --track-origins option. This feature is enabled by
----------------
uninitialized

================
Comment at: docs/MemorySanitizer.rst:188
@@ -171,3 +187,3 @@
 
-* Linux x86\_64 (tested on Ubuntu 12.04);
+* Linux x86\_64/MIPS64/AArch64 (tested on Ubuntu 12.04);
 
----------------
14.04, too
maybe not mention the version at all?


http://reviews.llvm.org/D15246





More information about the cfe-commits mailing list