This is an archive of the discontinued LLVM Phabricator instance.

Update sanitizers w.r.t. the new comparisons instrumentation API
ClosedPublic

Authored by tch1bo on Aug 9 2017, 7:31 AM.

Details

Reviewers
glider
kcc
dvyukov
Summary

Added declarations of __sanitizer_cov_trace_const_cmp[1248] callbacks.
For more details, please see https://reviews.llvm.org/D36465.

Diff Detail

Event Timeline

tch1bo created this revision.Aug 9 2017, 7:31 AM
tch1bo updated this revision to Diff 110410.Aug 9 2017, 8:43 AM
tch1bo retitled this revision from [RFC] Update sanitizers w.r.t. the new comparisons instrumentation API to Update sanitizers w.r.t. the new comparisons instrumentation API.
kcc accepted this revision.Aug 9 2017, 12:06 PM

LGTM

This revision is now accepted and ready to land.Aug 9 2017, 12:06 PM
glider closed this revision.Aug 10 2017, 7:24 AM

Landed r310596.