This is an archive of the discontinued LLVM Phabricator instance.

[NFC][compiler-rt][hwasan] Move TagMemoryAligned into hwasan_linux.cpp
ClosedPublic

Authored by leonardchan on Jul 8 2021, 3:07 PM.

Details

Summary

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.

Diff Detail