This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLD
ClosedPublic

Authored by phosek on Jul 23 2018, 1:57 PM.

Details

Summary

This is a preparation for breaking change when all Zircon calls that
take time as an argument will start using signed valued. We will
transition back to ZX_TIME_INFITINE after all the changes to these
symbols are done and become part of the Fuchsia SDK.

Diff Detail

Event Timeline

phosek created this revision.Jul 23 2018, 1:57 PM
Herald added subscribers: Restricted Project, llvm-commits, kubamracek. · View Herald TranscriptJul 23 2018, 1:57 PM
This revision is now accepted and ready to land.Jul 23 2018, 5:15 PM
This revision was automatically updated to reflect the committed changes.