[all-commits] [llvm/llvm-project] e7191f: [RISCV][Lsan] Set allocator for AP64

Hau Hsu via All-commits all-commits at lists.llvm.org
Tue Aug 8 03:18:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7191fbec3baa4ba0b03f560e51b6614f857483b
      https://github.com/llvm/llvm-project/commit/e7191fbec3baa4ba0b03f560e51b6614f857483b
  Author: Hau Hsu <hau.hsu at sifive.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_allocator.h

  Log Message:
  -----------
  [RISCV][Lsan] Set allocator for AP64

This patch uses similar allocator configuration to Asan, i.e. dynamic
allocator start address (~(uptr)0) and 128 GB allocator size.

Reviewed By: MaskRay

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




More information about the All-commits mailing list