This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add TargetInfo::adjustGotPcExpr for `R_GOT_PC` relaxations. NFC
ClosedPublic

Authored by MaskRay on Nov 25 2020, 12:25 AM.

Details

Summary

With this change, TargetInfo::adjustRelaxExpr is only related to TLS
relaxations and a subsequent clean-up can delete the data parameter.

Diff Detail

Event Timeline

MaskRay created this revision.Nov 25 2020, 12:25 AM
MaskRay requested review of this revision.Nov 25 2020, 12:25 AM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 25 2020, 8:43 AM
This revision was automatically updated to reflect the committed changes.