Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: site/user/special/msan.md

Issue 1908493002: Add instructions for building with MSAN (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Respond to Hal's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/ImageTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | tests/ImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698