This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Update implementation of sanitizer coverage to work when guards are initialized to 0xffffffff.
AbandonedPublic

Authored by mpividori on Jan 6 2017, 8:38 PM.

Details

Summary

Update the default implementation of sanitizer coverage to work when the guards are initialized to 0xffffffff , as mentioned in: https://reviews.llvm.org/D28436

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori updated this revision to Diff 83498.Jan 6 2017, 8:38 PM
mpividori retitled this revision from to [compiler-rt] Update implementation of sanitizer coverage to work when guards are initialized to 0xffffffff..
mpividori updated this object.
mpividori added reviewers: kcc, aizatsky, rnk, zturner.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
kcc edited edge metadata.Jan 10 2017, 4:07 PM

I'd like to keep the default zero.

mpividori planned changes to this revision.Jan 13 2017, 1:24 PM
mpividori abandoned this revision.Feb 7 2017, 4:17 PM