[libcxx-commits] [libcxx] [ASan][libc++] std::basic_string annotations (PR #72677)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 22 15:13:12 PST 2023


ldionne wrote:

^ Yes, I think that's a reasonable approach. So we'll assume that libc++ is built with support for asan + container annotations if a user enables these container annotations in their code? Does this mean that `-fsanitize=address` will stop working out of the box with a non-asan `libc++.dylib`? That would be a problem.

https://github.com/llvm/llvm-project/pull/72677


More information about the libcxx-commits mailing list