[all-commits] [llvm/llvm-project] 189c55: [compiler-rt][hwasan] Refactor kAliasRegionStart u...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Mon Jul 12 16:35:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 189c55251849076e17ddab590c1302f4af0e60f8
https://github.com/llvm/llvm-project/commit/189c55251849076e17ddab590c1302f4af0e60f8
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-07-12 (Mon, 12 Jul 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocator.cpp
M compiler-rt/lib/hwasan/hwasan_linux.cpp
M compiler-rt/lib/hwasan/hwasan_mapping.h
Log Message:
-----------
[compiler-rt][hwasan] Refactor kAliasRegionStart usage
This moves logic for setting kAliasRegionStart into hwasan_allocator.cpp
so other platforms that do not support aliasing mode will not need to define
kAliasRegionStart.
Differential Revision: https://reviews.llvm.org/D105725
More information about the All-commits
mailing list