This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Change option to mrop-protect
ClosedPublic

Authored by stefanp on Mar 23 2021, 6:41 AM.

Details

Reviewers
nemanjai
lei
amyk
Group Reviewers
Restricted Project
Commits
rG0e4f5f3ea6e1: [PowerPC] Change option to mrop-protect
Summary

In order to have the same option on power PC LLVM and power PC gcc
the option will be changed from -mrop-protection to -mrop-protect.

The feature will be off by default and turned on when the option is used.

Diff Detail

Event Timeline

stefanp created this revision.Mar 23 2021, 6:41 AM
stefanp requested review of this revision.Mar 23 2021, 6:41 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 23 2021, 6:41 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
stefanp added reviewers: lei, amyk, Restricted Project.Mar 23 2021, 6:44 AM
lei accepted this revision as: lei.Mar 23 2021, 10:19 AM

LGTM.

This revision is now accepted and ready to land.Mar 23 2021, 10:19 AM
amyk accepted this revision as: amyk.Mar 23 2021, 10:33 AM

This also LGTM.

This revision was automatically updated to reflect the committed changes.