This is an archive of the discontinued LLVM Phabricator instance.

[sancov] specifying sanitizer coverage dependencies.
ClosedPublic

Authored by aizatsky on Mar 16 2016, 2:47 PM.

Details

Summary

These dependencies would be used in the future to reduce the number
of instrumented blocks(http://reviews.llvm.org/rL262103)

This is submitted as a separate CL because of previous problems with
ARM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 50875.Mar 16 2016, 2:47 PM
aizatsky retitled this revision from to [sancov] specifying sanitizer coverage dependencies..
aizatsky updated this object.
aizatsky added a project: Restricted Project.
aizatsky added a subscriber: llvm-commits.

This should be a trivial change. But because it broke ARM build before I will submit it first thing tomorrow morning and will monitor ARM builds through the day.

kcc accepted this revision.Mar 16 2016, 4:15 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 16 2016, 4:15 PM
This revision was automatically updated to reflect the committed changes.