This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Add stack protector TLS slot.
AbandonedPublic

Authored by koriakin on Apr 14 2016, 1:53 AM.

Details

Reviewers
uweigand
Summary

This fixes PR22248 on s390x. Depends on D19054.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [SystemZ] Add stack protector TLS slot..
koriakin updated this object.
koriakin added a reviewer: uweigand.
koriakin set the repository for this revision to rL LLVM.
koriakin added a subscriber: llvm-commits.
uweigand accepted this revision.Apr 14 2016, 3:02 AM
uweigand edited edge metadata.

LGTM once the dependencies are in.

This revision is now accepted and ready to land.Apr 14 2016, 3:02 AM
koriakin planned changes to this revision.Apr 19 2016, 1:25 PM

Since D19141 has just introduced a new way to do SSP, I'll attempt to convert this patch to the new path.

koriakin abandoned this revision.Apr 24 2016, 7:04 AM

Abandoning getIRStackGuard-based version in favor of D19363.