This is an archive of the discontinued LLVM Phabricator instance.

[fuzzer] Don't hard-code page size in FuzzerUtil.h
AbandonedPublic

Authored by Ami-zhang on May 25 2023, 7:56 PM.

Details

Summary

Don't hard code the page in FuzzerUtil.h, this breaks on
e.g. LoongArch which defaults to a 16KiB page size.

Diff Detail

Event Timeline

Ami-zhang created this revision.May 25 2023, 7:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 7:56 PM
Herald added a subscriber: Enna1. · View Herald Transcript
Ami-zhang requested review of this revision.May 25 2023, 7:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 7:56 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

After revert we reopen previous review

Ami-zhang abandoned this revision.May 25 2023, 8:07 PM

After revert we reopen previous review

Ok, thanks.
I have resubmitted on D140607.
Abandon this change.