This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] [SystemZ] Implement internal_mmap.
ClosedPublic

Authored by koriakin on Apr 8 2016, 1:58 AM.

Details

Summary

mmap on s390 is quite a special snowflake: since it has too many
parameters to pass them in registers, it passes a pointer to a struct
with all the parameters instead.

This is for PR23433.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [sanitizer] [SystemZ] Implement internal_mmap..
koriakin updated this object.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.
aizatsky accepted this revision.Apr 8 2016, 1:36 PM
aizatsky added a reviewer: aizatsky.
aizatsky added a subscriber: aizatsky.

lgtm

This revision is now accepted and ready to land.Apr 8 2016, 1:36 PM
This revision was automatically updated to reflect the committed changes.