[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 Jun 11 11:57:31 PDT 2025


================
@@ -24,7 +24,7 @@
 // Must go after undef _FILE_OFFSET_BITS.
 #include "sanitizer_platform.h"
 
-#if SANITIZER_LINUX || SANITIZER_APPLE || SANITIZER_HAIKU
----------------
hubert-reinterpretcast wrote:

Why though? AIX is a POSIX platform and the logic (and structure) here seems to be common except for the usual type/structure size/layout differences.

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


More information about the llvm-commits mailing list