Description
C++ programs can be linked against an LLVM standard library build prepared for MemorySanitizer workflows. This helps developers detect uses of uninitialized memory while testing C++ software.
It is a debugging/runtime library, not a normal production runtime. Sanitizer builds can be slower and should be kept separate from release builds.