This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [ASan] Add shadow offset for SystemZ.
ClosedPublic

Authored by koriakin on Apr 28 2016, 3:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [compiler-rt] [ASan] Add shadow offset for SystemZ..
koriakin updated this object.
koriakin added reviewers: kcc, uweigand, eugenis.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.

Updated to add a fix for ShadowGapTest as well - since it's tied to the shadow offset, let's handle it in the same patch.

aizatsky accepted this revision.Apr 28 2016, 1:49 PM
aizatsky added a reviewer: aizatsky.
This revision is now accepted and ready to land.Apr 28 2016, 1:49 PM
This revision was automatically updated to reflect the committed changes.