[libcxx-commits] [libcxx] [ASan][libc++] Turn on ASan annotations for short strings (PR #79536)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 24 12:38:17 PDT 2024
AdvenamTacet wrote:
@nico if I understand correctly, you suggest a way to not have instrumentation in a TU, but still have container annotation functions (to update container annotations).
Thinking about it longer, I believe it should work. Not sure if we can expect some linking issues, but it shouldn't be a big problem. Maybe there is something else I don't consider.
If someone decides to implement it now, I'm happy to review it. If not, I can look into it in future.
https://github.com/llvm/llvm-project/pull/79536
More information about the libcxx-commits
mailing list