This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Add __dfsan_cmp_callback.
ClosedPublic

Authored by morehouse on Feb 28 2020, 3:28 PM.

Details

Summary

When -dfsan-event-callbacks is specified, insert a call to
__dfsan_cmp_callback on every CMP instruction.

Diff Detail

Event Timeline

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