[compiler-rt] [asan][sanitizer_common][AIX] Set allocator size and beginning (PR #144784)
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 20:59:23 PDT 2025
================
@@ -23,7 +23,12 @@ namespace __sanitizer {
typedef CompactSizeClassMap InternalSizeClassMap;
struct AP32 {
+// For AIX 64-bit, the mmap begin is at address 0x0a00000000000000ULL.
+#if SANITIZER_AIX && SANITIZER_WORDSIZE == 64
----------------
jakeegan wrote:
Opened #147645 for this.
https://github.com/llvm/llvm-project/pull/144784
More information about the llvm-commits
mailing list