diff options
author | Hal Canary <halcanary@google.com> | 2016-12-09 15:38:13 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-12-09 21:15:27 +0000 |
commit | a4a338179013b029d6dd55e737b5bd648a9fb68c (patch) | |
tree | 92bbbedc12950187e83156b6d1ddd56a7b3e077c /site/user | |
parent | 0e8fc8b9e6a138cf4a66b421fb824679df717329 (diff) |
tools and docs: clean up gyp-specific things
BUG=skia:
DOCS_PREVIEW= https://skia.org/?cl=5770
Change-Id: Iadc436a68cbf7ec0d1dd3c019072eb28bf589bb6
Reviewed-on: https://skia-review.googlesource.com/5770
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site/user')
-rw-r--r-- | site/user/special/msan.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/site/user/special/msan.md b/site/user/special/msan.md deleted file mode 100644 index c4fce78c10..0000000000 --- a/site/user/special/msan.md +++ /dev/null @@ -1,19 +0,0 @@ -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 |