Description
LLVM C++ ABI support can be used with MemorySanitizer-enabled builds to test low-level C++ runtime behavior. This helps developers catch memory-initialization issues in programs built with the matching sanitizer stack.
It is low-level sanitizer support. Keep it aligned with the matching libc++ and compiler build to avoid confusing test failures.