Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |