[all-commits] [llvm/llvm-project] c489ae: [compiler-rt][asan][hwasan] Fix Android bots
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Jul 16 15:11:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c489ae2a8605761d784171ff7152dfc75ab7c064
https://github.com/llvm/llvm-project/commit/c489ae2a8605761d784171ff7152dfc75ab7c064
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list