This is an archive of the discontinued LLVM Phabricator instance.

[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.
ClosedPublic

Authored by koriakin on Apr 28 2016, 6:06 AM.

Details

Summary

On s390*-linux, sigcontext just doesn't contain any information that could
be used to recover the type of access, so there's no way to fix this, short
of emulating the faulting instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED..
koriakin updated this object.
koriakin added reviewers: kcc, eugenis.
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 28 2016, 1:48 PM
aizatsky added a reviewer: aizatsky.
This revision is now accepted and ready to land.Apr 28 2016, 1:48 PM
This revision was automatically updated to reflect the committed changes.