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

Andrew Haberlandt via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 12:05:58 PST 2025


ndrewh 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.

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

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


More information about the llvm-commits mailing list