This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Add __dfsan_load_callback.
ClosedPublic

Authored by morehouse on Feb 28 2020, 9:10 AM.

Details

Summary

When -dfsan-event-callbacks is specified, insert a call to
__dfsan_load_callback() on every load.

Diff Detail

Event Timeline

morehouse created this revision.Feb 28 2020, 9:10 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 28 2020, 9:11 AM
Herald added subscribers: Restricted Project, hiraditya. · View Herald Transcript
vitalybuka accepted this revision.Feb 28 2020, 10:44 AM
This revision is now accepted and ready to land.Feb 28 2020, 10:44 AM
kcc accepted this revision.Feb 28 2020, 1:44 PM
This revision was automatically updated to reflect the committed changes.