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.
Paths
| Differential D99185
[PowerPC] Change option to mrop-protect ClosedPublic Authored by stefanp on Mar 23 2021, 6:41 AM.
Details
Summary In order to have the same option on power PC LLVM and power PC gcc The feature will be off by default and turned on when the option is used.
Diff Detail
Event TimelineHerald added subscribers: jansvoboda11, dang, shchenz and 2 others. · View Herald TranscriptMar 23 2021, 6:41 AM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 23 2021, 6:41 AM This revision is now accepted and ready to land.Mar 23 2021, 10:19 AM Closed by commit rG0e4f5f3ea6e1: [PowerPC] Change option to mrop-protect (authored by stefanp). · Explain WhyMar 24 2021, 3:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 332929 clang/include/clang/Driver/Options.td
clang/lib/Basic/Targets/PPC.h
clang/lib/Basic/Targets/PPC.cpp
clang/test/Driver/ppc-mrop-protection-support-check.c
clang/test/Preprocessor/init-ppc64.c
llvm/lib/Target/PowerPC/PPC.td
llvm/lib/Target/PowerPC/PPCSubtarget.h
llvm/lib/Target/PowerPC/PPCSubtarget.cpp
llvm/test/CodeGen/PowerPC/future-check-features.ll
|