From 63bd23a8b143ecafc8b43e89f79fc497871cf135 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Tue, 3 Apr 2018 15:22:25 -0400 Subject: Improve MSAN docs No-Try: true Docs-Preview: https://skia.org/?cl=118360 Bug: skia: Change-Id: Ic6691bc0427dd0c5e9e50efd8d5bbdad8fd0012d Reviewed-on: https://skia-review.googlesource.com/118360 Reviewed-by: Cary Clark Commit-Queue: Kevin Lubick --- site/dev/testing/xsan.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site/dev') diff --git a/site/dev/testing/xsan.md b/site/dev/testing/xsan.md index f510d67c84..e3fa070ebf 100644 --- a/site/dev/testing/xsan.md +++ b/site/dev/testing/xsan.md @@ -21,6 +21,7 @@ of Clang and the instrumented libc++, located in /msan. Downloading Clang binaries (Googlers Only) ------------------------------------------ +This requires gsutil, part of the [gcloud sdk](https://cloud.google.com/sdk/downloads). CLANGDIR="${HOME}/clang" python infra/bots/assets/clang_linux/download.py -t $CLANGDIR @@ -45,6 +46,8 @@ Configure and Compile Skia with MSAN extra_ldflags = [ "-B${CLANGDIR}/bin", "-fuse-ld=lld", "-L${CLANGDIR}/msan" ] sanitize = "MSAN" skia_use_fontconfig = false + skia_use_system_freetype2 = false + skia_enable_gpu = false EOF python tools/git-sync-deps bin/gn gen out/msan -- cgit v1.2.3