Add a hidden option to the compiler to control a the PC Relative GOT indirect
linker optimization.
If this option is set to false the compiler will no loger produce the
relocations required by the linker to perform the optimization.
Differential D85377
[PowerPC] Add option to control PCRel GOT indirect linker optimization stefanp on Aug 5 2020, 5:01 PM. Authored by
Details
Add a hidden option to the compiler to control a the PC Relative GOT indirect If this option is set to false the compiler will no loger produce the
Diff Detail
Event TimelineComment Actions Overall LGTM. I only have some nits comment/question for the test case and clang-format related issue.
Comment Actions I agree with Victor, please remove uses of future and use pwr10. All of this can be addressed when committing - another round of review is not required. LGTM.
Comment Actions Removed the attribute nounwind as it is not needed in the test case.
|
nit: clang-format