[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 09:54:44 PDT 2025


================
@@ -436,12 +436,14 @@ struct __sanitizer_tm {
   int tm_wday;
   int tm_yday;
   int tm_isdst;
-#if SANITIZER_HAIKU
+#  if !SANITIZER_AIX
+#    if SANITIZER_HAIKU
   int tm_gmtoff;
 #else
   long int tm_gmtoff;
 #endif
----------------
hubert-reinterpretcast wrote:

@jakeegan, I think this (and similar other cases) points to a need to land an NFC auto-format patch on more parts of the code first.

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


More information about the llvm-commits mailing list