OSDN Git Service

[compiler-rt][asan][hwasan] Fix Android bots
authorTeresa Johnson <tejohnson@google.com>
Thu, 16 Jul 2020 21:42:00 +0000 (14:42 -0700)
committerTeresa Johnson <tejohnson@google.com>
Thu, 16 Jul 2020 22:11:02 +0000 (15:11 -0700)
commitc489ae2a8605761d784171ff7152dfc75ab7c064
treeefeca4dc6b0b2710674abf66584e7d9155b1bcd2
parent0e940d55f8a9388c42cc5998ea05212a983f05a7
[compiler-rt][asan][hwasan] Fix Android bots

Fix failure in Android bots from refactoring in
5d2be1a18845c528d3e86f7efcc59872e4a757c3 (https://crbug.com/1106482).

We need to make the UnmapFromTo available outside sanitizer_common for
calls from hwasan and asan linux handling. While here, remove
declaration of GetHighMemEnd which is no longer in sanitizer_common.
compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp