This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] [SystemZ] Add/fix kernel and libc type definitions.
ClosedPublic

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

Details

Summary

This is the first part of upcoming asan support for s390 and s390x
(PR23433). Note that there are bits for 31-bit support in this and
subsequent patches - while LLVM itself doesn't support it, gcc
should be able to make use of it just fine.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [sanitizer] [SystemZ] Add/fix kernel and libc type definitions..
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 14 2016, 1:57 PM
aizatsky added a reviewer: aizatsky.
aizatsky added a subscriber: aizatsky.

LGTM

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