[libcxx-commits] [libcxx] [ASan][libc++] Turn on ASan annotations for short strings (PR #79536)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 22 05:36:30 PDT 2024
AdvenamTacet 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).
I don't think it's feasible.
https://github.com/llvm/llvm-project/pull/79536
More information about the libcxx-commits
mailing list