[msan] Use real memset/memcpy/memmove in interceptors.
Our versions are not exactly as fast as libc's, and MSan uses them heavily (even compared to other sanitizers). This will break if libc version of mem* are instrumented, but they never are, and if they are, we should be able to fix it on libc side. llvm-svn: 212799
Loading
Please register or sign in to comment