[compiler-rt] [sanitizer_common] Implement address sanitizer on AIX: platform specific support (PR #131866)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 00:20:54 PDT 2025
================
@@ -319,7 +319,7 @@ struct __sanitizer_iovec {
usize iov_len;
};
-#if !SANITIZER_ANDROID
+# if !SANITIZER_ANDROID && !SANITIZER_AIX
----------------
hubert-reinterpretcast wrote:
Whitespace and comment update missing on line 336: https://github.com/llvm/llvm-project/blob/5e4dc56ae09f85a8ff813bfe66126921d8136ff8/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h#L336
https://github.com/llvm/llvm-project/pull/131866
More information about the llvm-commits
mailing list