Lines Matching full:msan
1 MSAN, ASAN, & TSAN
11 - MSAN works on Linux[1].
18 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed.
20 of Clang and the instrumented libc++, located in /msan.
41 Configure and Compile Skia with MSAN
47 mkdir -p out/msan
48 cat > out/msan/args.gn <<- EOF
55 "-L${CLANGDIR}/msan",
56 "-Wl,-rpath,${CLANGDIR}/msan" ]
57 sanitize = "MSAN"
61 bin/gn gen out/msan
62 ninja -C out/msan