[all-commits] [llvm/llvm-project] a8604f: [ASAN] Removed special case controlling allocator ...

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Nov 2 10:28:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8604f2254f6ec9f5e775e04a2da968e3bc998ad
      https://github.com/llvm/llvm-project/commit/a8604f2254f6ec9f5e775e04a2da968e3bc998ad
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M compiler-rt/lib/asan/asan_allocator.h

  Log Message:
  -----------
  [ASAN] Removed special case controlling allocator constants for __aarch64__.

This patch should land before D137136 to make sure that the leak sanitizer allocator works correctly. This patch is NFC without D137136.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D137265




More information about the All-commits mailing list