Index: site/user/special/msan.md |
diff --git a/site/user/special/msan.md b/site/user/special/msan.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c4fce78c10347d9d090fa610ef69df9cce9b0181 |
--- /dev/null |
+++ b/site/user/special/msan.md |
@@ -0,0 +1,19 @@ |
+Running with Memory Sanitizer |
+============================= |
+ |
+Prerequisites |
+------------- |
+ |
+The msan build builds Clang from scratch, so you need to download Clang first: |
+ |
+ bin/sync-and-gyp --deps=llvm |
+ |
+Build |
+----- |
+ |
+ tools/xsan_build memory dm |
+ |
+Run |
+--- |
+ |
+ out/Debug/dm -v --match ~Codec ~BlurLargeImage ~FontMgrAndroidParser |