[libcxx-commits] [libcxx] [ASan][libc++] Turn on ASan annotations for short strings (PR #79536)
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 12 08:02:07 PDT 2024
nico wrote:
For 3, I suppose the problem is that we (libc++) use has_feature(asan) to check if asan is enabled. That'l checks if asan is enabled for the current TU, but we really want "is asan used in any TU". I.e. having a user-settable knob instead of has_feature (and maybe use has_feature as fallback if the knob isn't explicitly set).
https://github.com/llvm/llvm-project/pull/79536
More information about the libcxx-commits
mailing list