[compiler-rt] [sanitizer_common] Implement address sanitizer on AIX: add platform specific functionality (4/n) (PR #131868)

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 07:37:17 PDT 2025


================
@@ -121,9 +121,23 @@ void MemoryMappingLayout::DumpListOfModules(
     InternalMmapVectorNoCtor<LoadedModule> *modules) {
   Reset();
   InternalMmapVector<char> module_name(kMaxPathLength);
+#  if SANITIZER_AIX
----------------
jakeegan wrote:

There are some test failures related to this that I missed, so I'll have to update this 

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


More information about the llvm-commits mailing list