[all-commits] [llvm/llvm-project] 8b68ae: [NFC][compiler-rt][hwasan] Move TagMemoryAligned i...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Fri Jul 9 11:03:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b68aeebd37951529059af82464c5a8dbd974bed
https://github.com/llvm/llvm-project/commit/8b68aeebd37951529059af82464c5a8dbd974bed
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_linux.cpp
M compiler-rt/lib/hwasan/hwasan_poisoning.cpp
Log Message:
-----------
[NFC][compiler-rt][hwasan] Move TagMemoryAligned into hwasan_linux.cpp
Based on comments in D91466, we can make the current implementation
linux-speciic. The fuchsia implementation will just be a call to
`__sanitizer_fill_shadow`.
Differential Revision: https://reviews.llvm.org/D105663
More information about the All-commits
mailing list