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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | tests/ImageTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Running with Memory Sanitizer
2 =============================
3
4 Prerequisites
5 -------------
6
7 The msan build builds Clang from scratch, so you need to download Clang first:
8
9 bin/sync-and-gyp --deps=llvm
10
11 Build
12 -----
13
14 tools/xsan_build memory dm
15
16 Run
17 ---
18
19 out/Debug/dm -v --match ~Codec ~BlurLargeImage ~FontMgrAndroidParser
OLDNEW
« 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