From 8fed655df87618f8460af2a6284bdef764cf84c8 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 18 Oct 2017 14:43:41 -0400 Subject: fix libc++/MSAN instructions Change-Id: I2305595eeacc6ed7f8b264b85d6a8c33823c77eb Reviewed-on: https://skia-review.googlesource.com/61700 Reviewed-by: Yuqian Li --- site/dev/testing/xsan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/dev') diff --git a/site/dev/testing/xsan.md b/site/dev/testing/xsan.md index 64e0cb92a9..105b0b166c 100644 --- a/site/dev/testing/xsan.md +++ b/site/dev/testing/xsan.md @@ -34,10 +34,10 @@ Configure and Compile Skia with MSAN bin/gn gen out/msan ninja -C out/msan -You may also need to install the following packages to run the MSAN binary - - sudo apt-get install libc++dev libc++abi-dev +When you run a binary built with MSAN, make sure you force it to use our +MSAN-instrumented libc++: + env LD_LIBRARY_PATH=$CLANGDIR/msan out/dm ... Configure and Compile Skia with ASAN ------------------------------------ -- cgit v1.2.3