[all-commits] [llvm/llvm-project] b4c00b: [compiler-rt][hwasan] Remove __sanitizer allocatio...
PiJoules via All-commits
all-commits at lists.llvm.org
Fri Jul 30 11:37:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4c00b38828564c7c0b5cd3139d1aedabb979d8f
https://github.com/llvm/llvm-project/commit/b4c00b38828564c7c0b5cd3139d1aedabb979d8f
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp
M compiler-rt/lib/hwasan/hwasan_interface_internal.h
Log Message:
-----------
[compiler-rt][hwasan] Remove __sanitizer allocation functions from hwasan interface
These functions should not be externally used. We also do not need them internally for Fuchsia.
Differential Revision: https://reviews.llvm.org/D99381
More information about the All-commits
mailing list