This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Pass -z max-page-size to linker for Fuchsia
ClosedPublic

Authored by mcgrathr on May 9 2020, 2:09 AM.

Details

Summary

Currently all Fuchsia ABIs use a 4k page size, departing from
the recommended page sizes in the respective psABI documents.

Diff Detail

Event Timeline

mcgrathr created this revision.May 9 2020, 2:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2020, 2:09 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek accepted this revision.May 9 2020, 1:45 PM

LGTM

This revision is now accepted and ready to land.May 9 2020, 1:45 PM
This revision was automatically updated to reflect the committed changes.