[compiler-rt] [asan] Revert global check for non-AIX (PR #149245)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 10:45:46 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list