This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Use long long to ensure 64 bits.
ClosedPublic

Authored by mpividori on Feb 10 2017, 9:20 AM.

Details

Summary

This fix errors when compiling for 64 bits on Windows, where longs are 4 bytes.

Diff Detail

Event Timeline

mpividori created this revision.Feb 10 2017, 9:20 AM
kcc accepted this revision.Feb 10 2017, 9:35 AM

LGTM (with Zach's comment)

This revision is now accepted and ready to land.Feb 10 2017, 9:35 AM
This revision was automatically updated to reflect the committed changes.