This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Turn Off PC Relative Linker Optimization by Default
AcceptedPublic

Authored by stefanp on Apr 20 2021, 6:40 PM.

Details

Reviewers
nemanjai
NeHuang
amyk
saghir
Group Reviewers
Restricted Project
Summary

Currently the PC Relative Linker Optimization is on my default.
This patch turns it off by default.

Diff Detail

Event Timeline

stefanp created this revision.Apr 20 2021, 6:40 PM
stefanp requested review of this revision.Apr 20 2021, 6:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2021, 6:40 PM
stefanp added a reviewer: Restricted Project.Apr 20 2021, 6:41 PM
NeHuang accepted this revision as: NeHuang.Apr 23 2021, 9:28 AM
NeHuang added a subscriber: NeHuang.

LGTM, please ensure clang-format passing prior to committing the patch.

This revision is now accepted and ready to land.Apr 23 2021, 9:28 AM
amyk accepted this revision as: amyk.Apr 26 2021, 9:56 AM
amyk added a subscriber: amyk.

Also LGTM.

saghir accepted this revision.Apr 26 2021, 12:38 PM
saghir added a subscriber: saghir.

LGTM.