[all-commits] [llvm/llvm-project] 02a029: hwasan: lay groundwork for importing subset of san...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Tue May 16 14:28:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02a029f7fb5a3feae60759eab6a528880e341358
https://github.com/llvm/llvm-project/commit/02a029f7fb5a3feae60759eab6a528880e341358
Author: Thurston Dang <thurston at google.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
A 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.
Differential Revision: https://reviews.llvm.org/D150708
More information about the All-commits
mailing list