[PATCH] D96512: [PowerPC] Add option for ROP Protection

2021-02-18 Thread Stefan Pintilie via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb80357d46e22: [PowerPC] Add option for ROP Protection (authored by stefanp). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION http

[PATCH] D96512: [PowerPC] Add option for ROP Protection

2021-02-17 Thread Stefan Pintilie via Phabricator via cfe-commits
stefanp updated this revision to Diff 324408. stefanp added a comment. Added missing FeatureROPProtection to P8AdditionalFeatures. The P9 and P10 features list will inherit from the P8 list. Repository:

[PATCH] D96512: [PowerPC] Add option for ROP Protection

2021-02-16 Thread Amy Kwan via Phabricator via cfe-commits
amyk accepted this revision as: amyk. amyk added a comment. This revision is now accepted and ready to land. I just have a small question about the patch but overall I think this LGTM. Comment at: llvm/lib/Target/PowerPC/PPC.td:317 // Power8 list P8AdditionalFeatures =

[PATCH] D96512: [PowerPC] Add option for ROP Protection

2021-02-11 Thread Stefan Pintilie via Phabricator via cfe-commits
stefanp created this revision. stefanp added reviewers: lei, nemanjai. Herald added subscribers: dang, shchenz, kbarton, hiraditya. Herald added a reviewer: jansvoboda11. stefanp requested review of this revision. Herald added projects: clang, LLVM. Herald added a subscriber: cfe-commits. Added -m