[compiler-rt] [compiler-rt] [Darwin] Strip MTE tags from ASAN and TSAN (PR #166453)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 13:26:42 PST 2025


thurstond wrote:

> I've renamed the macro to `STRIP_MTE_TAG` and moved it into sanitizer_common (`sanitizer_platform.h` seemed appropriate) and updated asan and tsan accordingly.

Thanks!

> I have a slight preference for the macro over an inline function, is there a good reason to also have the inline function?

I guess it's simple enough that there isn't a need for the inline function.


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


More information about the llvm-commits mailing list