This is an archive of the discontinued LLVM Phabricator instance.

[clang] [SystemZ] Add -mbackchain option.
ClosedPublic

Authored by koriakin on May 3 2016, 3:26 PM.

Details

Summary

This option, like the corresponding gcc option, is SystemZ-specific and
enables storing frame backchain links, as specified in the ABI.

Depends on D19889.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [clang] [SystemZ] Add -mbackchain option..
koriakin updated this object.
koriakin added reviewers: uweigand, rjmccall.
koriakin set the repository for this revision to rL LLVM.
koriakin added a subscriber: cfe-commits.
uweigand accepted this revision.May 4 2016, 4:03 PM
uweigand edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 4 2016, 4:03 PM
This revision was automatically updated to reflect the committed changes.