[all-commits] [llvm/llvm-project] d28654: [sanitizer_common] Introduce SANITIZER_MMAP_BEGIN ...

Jake Egan via All-commits all-commits at lists.llvm.org
Wed Jul 9 17:14:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d286540734fe03232d971d0e7c52f88464e98928
      https://github.com/llvm/llvm-project/commit/d286540734fe03232d971d0e7c52f88464e98928
  Author: Jake Egan <Jake.egan at ibm.com>
  Date:   2025-07-09 (Wed, 09 Jul 2025)

  Changed paths:
    M compiler-rt/lib/asan/asan_allocator.h
    M compiler-rt/lib/lsan/lsan_allocator.h
    M compiler-rt/lib/msan/msan_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h

  Log Message:
  -----------
  [sanitizer_common] Introduce SANITIZER_MMAP_BEGIN macro (#147645)

To prepare for other platforms, such as 64-bit AIX, that have a non-zero
mmap beginning address.

---------

Co-authored-by: David Justo <david.justo.1996 at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list