Lines Matching full:msan
3 title: "MSAN, ASAN, & TSAN"
4 linkTitle: "MSAN, ASAN, & TSAN"
16 - MSAN works on Linux[1].
23 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed.
25 of Clang and the instrumented libc++, located in /msan.
46 Configure and Compile Skia with MSAN
52 mkdir -p out/msan
53 cat > out/msan/args.gn <<- EOF
60 "-L${CLANGDIR}/msan",
61 "-Wl,-rpath,${CLANGDIR}/msan" ]
62 sanitize = "MSAN"
66 bin/gn gen out/msan
67 ninja -C out/msan