This is an archive of the discontinued LLVM Phabricator instance.

[asan] Enable memtrinsics interception for RTEMS
ClosedPublic

Authored by waltl on May 8 2018, 8:45 PM.

Details

Summary

Replace decltype(memcpy) with decltype(__asan_memcpy) because memcpy
has not been defined in any headers on RTEMS. Similarly for memmove
and memset.

Diff Detail

Event Timeline

waltl created this revision.May 8 2018, 8:45 PM
vitalybuka accepted this revision.May 10 2018, 11:13 AM
This revision is now accepted and ready to land.May 10 2018, 11:13 AM
This revision was automatically updated to reflect the committed changes.
Herald added a subscriber: Restricted Project. · View Herald TranscriptMay 10 2018, 2:48 PM