This is an archive of the discontinued LLVM Phabricator instance.

[mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 relocations
ClosedPublic

Authored by atanasyan on May 22 2018, 12:59 PM.

Details

Summary

Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 and R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_HI16 chains of relocations for %lo(%neg(%gp_rel())) and %hi(%neg(%gp_rel())) expressions in case of microMIPS.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan created this revision.May 22 2018, 12:59 PM
This revision is now accepted and ready to land.May 29 2018, 4:04 AM
This revision was automatically updated to reflect the committed changes.

Thanks for review.