[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:28:58 PDT 2021


vitalybuka added inline comments.


================
Comment at: compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp:20
 
+#if !SANITIZER_FUCHSIA
+extern "C" {
----------------
isn't HWASAN_WITH_INTERCEPTORS enough?


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