vitalybuka added inline comments.
Comment at: compiler-rt/lib/hwasan/hwasan_mapping.h:57
extern uptr kAliasRegionStart;
Maybe the following to minimize code which compiles only on limited set of
platforms?
```
inline uptr GetShadowOffset() {
return SANIT
leonardchan created this revision.
leonardchan added reviewers: vitalybuka, eugenis.
leonardchan added a project: Sanitizers.
Herald added a subscriber: dberris.
leonardchan requested review of this revision.
Herald added a subscriber: Sanitizers.
Similar to `SHADOW_OFFSET` on asan, we can use thi