Home | History | Annotate | Download | only in testing

Lines Matching full:clang

6 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang.
20 of Clang and the instrumented libc++, located in /msan.
22 Downloading Clang binaries (Googlers Only)
25 CLANGDIR="${HOME}/clang"
28 Building Clang binaries from scratch (Other users)
31 CLANGDIR="${HOME}/clang"
39 CLANGDIR="${HOME}/clang"
42 cc = "${CLANGDIR}/bin/clang"
43 cxx = "${CLANGDIR}/bin/clang++"
61 CLANGDIR="${HOME}/clang"
64 cc = "${CLANGDIR}/bin/clang"
65 cxx = "${CLANGDIR}/bin/clang++"
73 To use the libc++ that comes with the above Clang asset:
80 CLANGDIR="${HOME}/clang"
83 cc = "${CLANGDIR}/bin/clang"
84 cxx = "${CLANGDIR}/bin/clang++"