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

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: 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
scroggo 2016/04/20 14:39:10 I'm not very familiar with markdown, so the format
hal.canary 2016/04/20 14:45:43 The msan build builds Clang from scratch, so you n
scroggo 2016/04/20 15:02:19 It looks like you're recommending - four spaces be
2 =============================
3
4 Prerequisites
5 -------------
6
7 The msan build builds Clang from scratch, so you need to download Clang first:
8
9 Add the following to your gclient file:
10 target_os = ['llvm']
11
12 Then run:
13 $ gclient sync
hal.canary 2016/04/20 14:48:11 Run it this way instead: bin/sync-and-gyp --d
scroggo 2016/04/20 15:02:19 Done.
14
15 Build
16 -----
17
18 $ ./tools/xsan_build memory dm
19
20 Run
21 ---
22
23 $ 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