This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

Update sanitizer coverage implementation according to the changes mentioned in: https://reviews.llvm.org/D28436

At this point, I am finally able to compile all libFuzzer tests for Windows, and this is the result:

Expected Passes    : 48
Unsupported Tests  : 2
Unexpected Failures: 27

Thanks,
Marcos

Diff Detail

Event Timeline

mpividori updated this revision to Diff 83500.Jan 6 2017, 8:44 PM
mpividori retitled this revision from to [libFuzzer] 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.
mpividori updated this object.Jan 6 2017, 8:46 PM
mpividori planned changes to this revision.Jan 13 2017, 1:25 PM
mpividori abandoned this revision.Feb 7 2017, 4:17 PM