aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/dev/testing/xsan.md6
1 files changed, 3 insertions, 3 deletions
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
------------------------------------