This is an archive of the discontinued LLVM Phabricator instance.

[mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations
ClosedPublic

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

Details

Summary

Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations for %higher() and %highest() expressions in case of microMIPS. These relocations do exactly the same things as R_MIPS_HIGHER / R_MIPS_HIGHEST, but for consistency it's better to write microMIPS variants.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan created this revision.May 22 2018, 12:58 PM
This revision is now accepted and ready to land.May 29 2018, 3:11 AM

Thanks for review.

This revision was automatically updated to reflect the committed changes.