[all-commits] [llvm/llvm-project] d55982: hwasan: lay groundwork for importing subset of san...

Thurston Dang via All-commits all-commits at lists.llvm.org
Tue May 23 11:21:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d55982ac8cced9e5d4816494658d90c84d0b4301
      https://github.com/llvm/llvm-project/commit/d55982ac8cced9e5d4816494658d90c84d0b4301
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_platform_interceptors.h

  Log Message:
  -----------
  hwasan: lay groundwork for importing subset of sanitizer_common interceptors [NFC]

This patch does the bare minimum to import sanitizer_common_interceptors, but
without actually enabling any interceptors or meaningfully defining the
COMMON_INTERCEPT macros.

This will allow selectively enabling sanitizer_common interceptors (if the
appropriate macros are defined), as suggested by Vitaly in D149701.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list