[compiler-rt] [sanitizer_common] Implement address sanitizer on AIX: platform specific support (PR #131866)

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 17:56:58 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
----------------
jakeegan wrote:

Opened https://github.com/llvm/llvm-project/pull/147864

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


More information about the llvm-commits mailing list