This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Add definitions for Myriad RTEMS platform
ClosedPublic

Authored by waltl on May 4 2018, 1:44 PM.

Details

Summary

Introduce two definitions to be used by the Myriad RTEMS port of the
ASan run-time: SANITIZER_MYRIAD2 for the platform and SANITIZER_RTEMS
for the OS. We expect to use SANITIZER_MYRIAD2 to guard the portion
of the port corresponding to Myriad's unique memory map, and
SANITIZER_RTEMS for most of the rest.

Diff Detail

Event Timeline

waltl created this revision.May 4 2018, 1:44 PM
kcc accepted this revision.May 4 2018, 2:59 PM

LGTM

This revision is now accepted and ready to land.May 4 2018, 2:59 PM
This revision was automatically updated to reflect the committed changes.
Herald added a subscriber: Restricted Project. · View Herald TranscriptMay 7 2018, 9:41 AM