[PATCH] D99381: [compiler-rt][hwasan] Remove __sanitizer allocation functions from hwasan interface
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 28 11:09:44 PDT 2021
vitalybuka added a comment.
In D99381#2908102 <https://reviews.llvm.org/D99381#2908102>, @vitalybuka wrote:
> @eugenis Why do we have them in here and in sanitizer/hwasan_interface.h ?
And if we don't need them in sanitizer/hwasan_interface.h and interface_internal,
SANITIZER_INTERFACE_ATTRIBUTE
I can't find any callers other then compiler-rt/test/hwasan/TestCases/sanitizer_malloc.cpp
Could we remove these functions (including implementation)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99381/new/
https://reviews.llvm.org/D99381
More information about the cfe-commits
mailing list