[hwasan] Remove system allocator fallback.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 18 Oct 2019 22:36:25 +0000 (22:36 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 18 Oct 2019 22:36:25 +0000 (22:36 +0000)
commit0b7f320c3acb4ed75e5b3acf3460176b5b20b1aa
tree9c4619c14725d13bf4e8e746ac33c9b4d1587456
parent8c8ec1f6868bd0f96801fabc55ea395d9d171f06
[hwasan] Remove system allocator fallback.

Summary:
This has been an experiment with late malloc interposition, made
possible by a non-standard feature of the Android dynamic loader.

Reviewers: pcc, mmalcomson

Subscribers: srhines, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D69199

llvm-svn: 375296
compiler-rt/lib/hwasan/hwasan_allocator.cpp
compiler-rt/lib/hwasan/hwasan_allocator.h
compiler-rt/lib/hwasan/hwasan_interceptors.cpp
compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cpp [deleted file]