Add instructions for building with MSAN
authorscroggo <scroggo@google.com>
Wed, 20 Apr 2016 15:27:18 +0000 (08:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 20 Apr 2016 15:27:18 +0000 (08:27 -0700)
commit9d08172828c2119752bc5bceeb1084c02ce7ab33
treea6394b690777f09f27836f7f46c874c46418d8cc
parent09aa1fce69b214714171db12c341aebd78dd29ea
Add instructions for building with MSAN

Move static functions only used by GPU into if SK_SUPPORT_GPU guard.
This enables building MSAN, which seems to default to not supporting
GPU.
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1908493002
DOCS_PREVIEW= https://skia.org/?cl=1908493002

Review URL: https://codereview.chromium.org/1908493002
site/user/special/msan.md [new file with mode: 0644]
tests/ImageTest.cpp