[all-commits] [llvm/llvm-project] 7de775: [hwasan] Provide aliases for c allocation function...
PiJoules via All-commits
all-commits at lists.llvm.org
Fri Mar 10 16:32:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7de775159660538449652ca442c34fd91feecef6
https://github.com/llvm/llvm-project/commit/7de775159660538449652ca442c34fd91feecef6
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-03-11 (Sat, 11 Mar 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp
Log Message:
-----------
[hwasan] Provide aliases for c allocation functions for Fuchsia
"Interceptors" in this file aren't like the traditional interceptors
used by other sanitizers like asan. They're simply aliases to the
equivalent __sanitizer_* functions.
This also removes the WRAP(FN) declaration since it just creates
declarations for __interceptor_* functions but they seem to be unused.
Differential Revision: https://reviews.llvm.org/D145718
More information about the All-commits
mailing list