[libcxx-commits] [PATCH] D145628: [ASan][libcxx] A way to turn off annotations for containers with a specific allocator

Hans Wennborg via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 31 12:25:14 PDT 2023


hans requested changes to this revision.
hans added a comment.
This revision now requires changes to proceed.

I still think we need to address how code which builds against different c++ standard libraries are going to realistically use this. As written, the instructions only work with libc++ versions containing this patch -- how is a developer going to detect that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145628/new/

https://reviews.llvm.org/D145628



More information about the libcxx-commits mailing list