================
@@ -471,6 +473,13 @@ AddressDescription::AddressDescription(uptr addr, uptr access_size,
return;
}
+#if !SANITIZER_AIX
----------------
fmayer wrote:
maybe leave a breadcrumb why we are doing this in a comment
https://github.com/llvm/llvm-project/pull/149245