[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 13:31:46 PDT 2021
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp:20
+#if !SANITIZER_FUCHSIA
+extern "C" {
----------------
vitalybuka wrote:
> isn't HWASAN_WITH_INTERCEPTORS enough?
Ignore this. !SANITIZER_FUCHSIA is OK here.
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