This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Diff 6 - Implement Timers for Windows.
ClosedPublic

Authored by mpividori on Nov 29 2016, 4:22 PM.

Details

Summary

+ Implemented timeouts for Windows using TimerQueueTimers.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori updated this revision to Diff 79670.Nov 29 2016, 4:22 PM
mpividori retitled this revision from to [libFuzzer] Diff 6 - Implement Timers for Windows..
mpividori updated this object.
mpividori added a reviewer: zturner.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
zturner accepted this revision.Nov 30 2016, 10:00 AM
zturner edited edge metadata.
This revision is now accepted and ready to land.Nov 30 2016, 10:00 AM
kcc added a subscriber: kcc.Nov 30 2016, 6:24 PM

for this and future patches: if you are touching a windows-specific libFuzzer file do not wait for my review (unless you actually need my opinion)

This revision was automatically updated to reflect the committed changes.