This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][hwasan][fuchsia] Define shadow bound globals
ClosedPublic

Authored by leonardchan on Jul 9 2021, 3:17 PM.

Details

Summary

These are required by MemIsShadow for checking if an address actually is shadow memory. This depends on D105744.

Diff Detail

Event Timeline

leonardchan created this revision.Jul 9 2021, 3:17 PM
leonardchan requested review of this revision.Jul 9 2021, 3:17 PM
leonardchan edited the summary of this revision. (Show Details)
mcgrathr accepted this revision.Jul 19 2021, 1:31 PM

lgtm modulo typo

compiler-rt/lib/hwasan/hwasan_fuchsia.cpp
38

typo: "Fuchsia"

This revision is now accepted and ready to land.Jul 19 2021, 1:31 PM