[all-commits] [llvm/llvm-project] 993bce: [HIP] Support ASAN with malloc/free

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Mon Feb 6 07:21:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 993bce9680c6a8f403a4a753fcbcb13ac7cddca3
      https://github.com/llvm/llvm-project/commit/993bce9680c6a8f403a4a753fcbcb13ac7cddca3
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/test/Headers/hip-header.hip

  Log Message:
  -----------
  [HIP] Support ASAN with malloc/free

Device side malloc/free needs special
implementation for ASAN.

Reviewed by: Artem Belevich, Matt Arsenault

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




More information about the All-commits mailing list