We need to always use unsigned long long to ensure 64 bits. On Windows, unsigned long is 4 bytes.
This was the reason why value-profile-cmp4.test was failing on Windows.
Details
Details
Diff Detail
Diff Detail
Differential D29617
[libFuzzer] Use long long to ensure 64 bits. mpividori on Feb 6 2017, 6:43 PM. Authored by
Details We need to always use unsigned long long to ensure 64 bits. On Windows, unsigned long is 4 bytes.
Diff Detail |