[compiler-rt] [sanitizer_common][asan] Implement address sanitizer on AIX: interceptors (5/6) (PR #131870)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu May 1 00:56:07 PDT 2025
================
@@ -480,7 +480,7 @@ INTERCEPTOR(char*, textdomain, const char *domainname) {
#define INIT_TEXTDOMAIN
#endif
-#if SANITIZER_INTERCEPT_STRCMP || SANITIZER_INTERCEPT_MEMCMP
+#if SANITIZER_INTERCEPT_MEMCMP
----------------
vitalybuka wrote:
[[maybe_unused]] instead of #if?
https://github.com/llvm/llvm-project/pull/131870
More information about the llvm-commits
mailing list