This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create
ClosedPublic

Authored by phosek on May 2 2019, 10:01 AM.

Details

Summary

Currently VMO in Zircon create using the zx_vmo_create is resizable
by default, but we'll be changing this in the future, requiring an
explicit flag to make the VMO resizable.

Diff Detail

Event Timeline

phosek created this revision.May 2 2019, 10:01 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 2 2019, 10:01 AM
Herald added subscribers: llvm-commits, Restricted Project, dberris, kubamracek. · View Herald Transcript
juliehockett accepted this revision.May 2 2019, 10:09 AM
This revision is now accepted and ready to land.May 2 2019, 10:09 AM
cryptoad accepted this revision.May 2 2019, 10:11 AM
This revision was automatically updated to reflect the committed changes.