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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105663
[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
Event TimelineThis revision is now accepted and ready to land.Jul 9 2021, 10:24 AM Closed by commit rG8b68aeebd379: [NFC][compiler-rt][hwasan] Move TagMemoryAligned into hwasan_linux.cpp (authored by leonardchan). · Explain WhyJul 9 2021, 11:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 357576 compiler-rt/lib/hwasan/hwasan_linux.cpp
compiler-rt/lib/hwasan/hwasan_poisoning.cpp
|