OLD | NEW |
---|---|
(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 | |
OLD | NEW |